quick and convenient api to get/set nested json values #2120
Labels
kind: enhancement/improvement
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
while i used to use a json library which export a nice api. access or write values like this:
json["a.b.c.d.0.b"]
eg:
json v = '{a:{b:[ {c:'ok'}]}}'_json
get values : v["a.b.0.c"]
set values: v["a.b.0.c"] = "123"
The text was updated successfully, but these errors were encountered: