Metadata-Version: 2.4
Name: VertexEngine-JSON
Version: 1.1.0
Summary: JSON Extension of VertexEngine.
Project-URL: Homepage, https://vertexengine-zii6.onrender.com/
Project-URL: Documentation, https://vertexenginedocs.netlify.app/
Project-URL: Repository, https://github.com/VertexEngine-Projects/VertexEngine-JSON
Keywords: vertexengine,json,serialization,game-engine
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: VertexEngine>=1.5.0
Dynamic: license-file

# What is This
This is an extension of VertexEngine that adds JSON tooling to it. It makes game development easier as you can easily make save files. It is also open source like VertexEngine and is created by the same author of VertexEngine.

# Changelog
## 1.1
- 3 NEW FUNCTIONS: `json_to_dict()`, `fech_value()`, `format_json()`

# Dependencies
All you need is VertexEngine! This is an extension of VertexEngine so you need VertexEngine to use this package.

# License
The license is the MIT License. For more information, read the LICENSE file.
