Metadata-Version: 2.1
Name: bajson
Version: 0.0.5
Summary: library for converting to/from json
Home-page: https://github.com/bakyazi/bajson
Author: bakyazi
Author-email: berkay.akyazi@gmail.com
License: MIT License
Description: # bajson
        library for converting to/from json
        
        [![pypi](http://img.shields.io/pypi/v/bajson.png)](https://pypi.python.org/pypi/bajson)
        [![Supported Python Versions](https://img.shields.io/pypi/pyversions/bajson.svg)](https://pypi.python.org/pypi/bajson/)
        [![Downloads](https://img.shields.io/pypi/dm/bajson.svg)](https://pypistats.org/packages/bajson)
        [![License](https://img.shields.io/pypi/l/bajson.svg)](https://pypi.python.org/pypi/bajson/)
        
        ### TODO
        
        - [ ] JSON to CSV
          - [X]  File support
          - [ ] String support
        - [ ] CSV to JSON
          - [x] File support
          - [ ] String support
        - [ ] JSON to XML
          - [ ] File support
          - [ ] String support
        - [ ] XML to JSON
          - [ ] File support
          - [ ] String support
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 1 - Planning
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
