DEV Community

Discussion on: Parse a JSON into struct

Collapse
 
crossoverjie profile image
crossoverJie

I have written a JSON parsing libaray that just makes it easier to query a key.

github.com/crossoverJie/xjson

Collapse
 
mohsenkamrani profile image
Sam

Nice! Specially the nested properties and arithmetic operations are interesting.