Metadata-Version: 2.1
Name: BODtoJSON
Version: 0.0.3
Summary: Converts Infor QAGIS BODs to  flattened JSON
Home-page: https://github.com/thekakodkar/Mapper
Author: Niraj Kakodkar
Author-email: niraj.kakodkar@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: xmltodict

# Mapper

Mapper is a python library to convert the Infor OAGIS BODs to Flattened JSON.
The library simplifies the converted JSON by keeping only the content within DataArea.
The library will remove the Verb node from DataArea and keep only the Noun node.

####Usage:

```python


from BODtoJSON.BODtoJSON import convert
print(convert(input_var))
```


