Skip to content

This project uses to convert bundle file data to json object

Notifications You must be signed in to change notification settings

eltntawy/bundle_file_to_json_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"} ]}

About

This project uses to convert bundle file data to json object

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published