Skip to content

string(JSON): Adds JSON parsing support to the string command

Peter Steneteg requested to merge petersteneteg/cmake:string-json-support into master

Adds a set of sub commands to the string command for parsing JSON, the JSON commands are: GET, GET_ARRAY, TYPE, MEMBER, MEMBERS, LENGTH, REMOVE, SET, and EQUAL.

Closes: #19501 (closed)

Edited by Brad King

Merge request reports