Metadata-Version: 2.1
Name: pycppjson
Version: 1.0
Summary: Cpp JSON wrapper
Description-Content-Type: text/markdown
License-File: LICENSE

## What kind of project is this?
This is something similar to a [*ujson*](https://github.com/ultrajson/ultrajson) library, i.e. it is also a JSON loader that turns it into a dict
As I wrote in one of the commits (0.6 beta seems to be) - this is not a serious library, but just a small work in my portfolio. But you can safely use it. The library also requires [*cppyy*](https://github.com/wlav/cppyy)([PyPl](https://pypi.org/project/cppyy/)) to work
