Metadata-Version: 2.1
Name: objectify-json
Version: 0.2.0
Summary: Make accessing JSON like data more convenient.
Home-page: https://github.com/weaming/objectify-json
Author: weaming
Author-email: garden.yuen@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/weaming/objectify-json
Project-URL: Bug Reports, https://github.com/weaming/objectify-json
Keywords: json
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Objectify JSON

Make accessing JSON like data more convenient.

## Install

```
pip3 install objectify-json
```

## Example

See `test.py`


