Skip to content

Releases: sbellus/json-cmake

Release 1.1.0

23 Apr 08:39
Compare
Choose a tag to compare
  • speeding up value parsing. Done by @vnorilo.

Release 1.0.1

04 Sep 14:57
Compare
Choose a tag to compare

Fixed spacing issue, arrays were not correctly handled

Release 1.0.0

11 Jun 10:10
Compare
Choose a tag to compare

Fixed escaping of \".

Important
The second argument of macro sbeParseJson is now name of variable wehere JSON String is stored and not string itself.

Release 0.2.0

09 Jun 10:33
Compare
Choose a tag to compare

Brackets [,] are not used because cmake is not able to parse variable name with brackets. Underscores are used instead.

Release 0.1.1

20 Feb 21:06
Compare
Choose a tag to compare
  • fixed variables cleanup

Release 0.1

20 Feb 20:19
Compare
Choose a tag to compare
  • It parses JSON string in CMake.