Hash : 4826d948 Author : Thomas de Grivel Date : 2025-07-20T15:35:38
fix json and add tests for ikc3/while
Download
1 2 3 4 5 6
require JSON true map = JSON.from_str("{\"a\": {\"b\": {\"c\": 1}}}") %{"a" => %{"b" => %{"c" => 1}}} map["a"]["b"]["c"] 1