My dummy JSON Parser-generator

User projects written in or related to FreeBASIC.
Post Reply
Julcar
Posts: 141
Joined: Oct 19, 2010 18:52
Contact:

My dummy JSON Parser-generator

Post by Julcar »

Hi coders!
I've just commited to my repository a dummy JSON Parser/Generator for using it with my CMS project.
Here you can find it:

http://chiselapp.com/user/julcar/reposi ... bs/json.bi
http://chiselapp.com/user/julcar/reposi ... parser.bas
http://chiselapp.com/user/julcar/reposi ... erator.bas

It is intuitively typed, the most basic structure is the Value, which holds the value type and the value itself.

My parser is not intended for serialization/deserialization, it just provides an interface to manage JSON as raw strings.

I've performed a few tests, if the community finds any bug, please let me know.

Regards.
Post Reply