Hi,
The json-preprocessor has these really useful builtin functions :
Could you consider adding
%set_json_key ?
As far I know we are not able to write to a json.
I guess it's a difficult feature and maybe out of the scope... I don't know
Being able of doing :
!$diagram={
"version":"",
"data":[]
}
$diagram.version = %version()
$diagram.data[0] = $some_variable
opens a new world lol.
Thanks.