summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/JSONWrongMode-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* string(JSON): fix error message on invalid modeCarlo Teubner2022-03-301-1/+1
| | | | | | | The `GET_ARRAY` and `MEMBERS` modes were removed during development and review of commit 8eab76eb84 (string(JSON): Adds JSON parsing support to the string command, 2020-08-24, v3.19.0-rc1~159^2), but were accidentally left in an error message.
* string(JSON): Adds JSON parsing support to the string commandPeter Steneteg2020-09-161-0/+5
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