JSON flattening and expansion
Project description
JSONx Python
A Python implementation of JSONx.
Installation
pip install jsonx-py
Unflattening JSON
import jsonx
data = {
"user.name": "Anakin Skywalker",
"user.email": "anakin@jedi.galaxy",
}
jsonx.unflatten(data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jsonx-py-1.0.0.tar.gz
(2.1 kB
view hashes)