summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/JSON.cmake
Commit message (Collapse)AuthorAgeFilesLines
* string(JSON): Adds JSON parsing support to the string commandPeter Steneteg2020-09-161-0/+342
Adds a set of sub commands to the string command for parsing JSON, the JSON commands are: GET, TYPE, MEMBER, LENGTH, REMOVE, SET, and EQUAL. Closes: #19501