Skip to main content

convert json|dict to python object

Project description

Pyon

convert json|dict to python object

from pyon import pyonize


def example():
    
    deneme = pyonize({"id":1,"name":"bilal","job":{"id":1,"title":"CTO"}})

    print(type(deneme))
    print(deneme.name)
    print(deneme.job)
    print(deneme.job.title)

example()


Setup

this project not available in PyPI now (coming soon). if you want add this library your workspace clone this repo and watch a this steps:

-First

Download wheel and setuptools libraries

pip install wheel setuptools

-After

Make sure you are in the same folder as setup.py

python setup.py bdist_wheel --universal

-Finally

Stay in the same directory and copy the name of the .whl file in the dist folder

pip install ./dist/copied file name

Actually the filename is by default: "pyon-0.1.0-py2.py3-none-any.whl"


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyonize-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pyonize-0.1.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page