Skip to content

Releases: Jamesbarford/easy-json

v1.0.1

09 Aug 06:51
c5e7be0
Compare
Choose a tag to compare
  • canoncial header guards

v1.0.0

08 Aug 22:30
5cec2e1
Compare
Choose a tag to compare

v1.0.0 🎉

  • unit tests.
  • jsonSelect() for ".foo.bar[0]" acessing.
  • jsonGetError() and family for error handling.
  • jsonToString() to convert the struct to a string
  • parse the json without parsing numbers.
  • separate int from float (in c ssize_t and double).