Files
CMake/Tests/RunCMake/string/json/unicode.json
Peter Steneteg 8eab76eb84 string(JSON): Adds JSON parsing support to the string command
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
2020-09-16 13:55:24 -04:00

9 lines
164 B
JSON

{
"backspace" : "\b",
"\b" : "backspace",
"formfeed" : "\f",
"\f" : "formfeed" ,
"datalinkescape" : "\u0010",
"\u0010" : "datalinkescape"
}