Simbul / baker

The HTML5 ebook framework to publish interactive books & magazines on iPad & iPhone using simply open web standards
http://bakerframework.com
1.53k stars 378 forks source link

JSON parsing #932

Open belle101 opened 11 years ago

belle101 commented 11 years ago

Hello,

I want to ask about JSON parsing mechanism in Baker, which part of the code (or which files) that does this feature?

Thank you very much!

folletto commented 11 years ago

We use iOS builtin JSON parser. It was added recently, you can see the pull request #809 that highlights all the parts that changed, and as such, all the parts that deal with the JSON code. :)