rconn
Administrator
- May
- 12,823
- 180
Staff member
Support JSON environment variables
The UnQLite DB suggestion under review uses JSON. Maybe supporting that would let us have JSON environment variables. Similar to arrays, these could be initialized using SETJSON varname. Data could be set/extracted using %envvar[...][...] notation for strings, objects members, array elements, etc. The SET command could be used to change an existing value, but the SETJSON command could be used to modify an existing JSON var to add or delete an object, object member, array, or array element.
Tim Butterfield on July 01, 2016 19:13
The UnQLite DB suggestion under review uses JSON. Maybe supporting that would let us have JSON environment variables. Similar to arrays, these could be initialized using SETJSON varname. Data could be set/extracted using %envvar[...][...] notation for strings, objects members, array elements, etc. The SET command could be used to change an existing value, but the SETJSON command could be used to modify an existing JSON var to add or delete an object, object member, array, or array element.
