Files
CMake/Help/release/dev/string-json-support.rst
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

6 lines
153 B
ReStructuredText

string-json-support
-------------------
* The :command:`string` command gained set of new ``JSON`` sub commands to provide JSON
parsing capabilities.