Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 282 Bytes

bundle_file_to_json_converter

This project uses to convert bundle file data to json object like:

#bundle file

test.myobj1=testObject1
test.myobj2=testObject2

#to json object like

{"test": [ {"myobj1":"testObject1"},{"myobj2":"testObject2"} ]}