Edit

kc3-lang/kc3/test/json/recursive.out.expected

Branch :

  • test/json/recursive.out.expected
  • map = JSON.from_str("{\"a\": {\"b\": {\"c\": 1}}}")
    %{"a" => %{"b" => %{"c" => 1}}}
    map["a"]["b"]["c"]
    1