Hash : 47db62ea Author : Thomas de Grivel Date : 2025-09-11T22:40:42
fix json tests
Download
1 2 3 4 5 6
require JSON JSON map = JSON.from_str("{\"a\": {\"b\": {\"c\": 1}}}") %{"a" => %{"b" => %{"c" => 1}}} map["a"]["b"]["c"] 1