Releases: sbellus/json-cmake
Releases · sbellus/json-cmake
Release 1.1.0
Release 1.0.1
Fixed spacing issue, arrays were not correctly handled
Release 1.0.0
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
Brackets [,] are not used because cmake is not able to parse variable name with brackets. Underscores are used instead.
Release 0.1.1
- fixed variables cleanup
Release 0.1
- It parses JSON string in CMake.