summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/JSON.cmake
Commit message (Collapse)AuthorAgeFilesLines
* string(JSON): Fix typo in error messageSean Kahler2022-08-041-3/+3
| | | | `s/then/than/` in a comparison.
* 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