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
quote require JSON require JSON quote map = JSON.from_str("""{"a": {"b": {"c": 1}}}""") map = JSON.from_str("""{"a": {"b": {"c": 1}}}""") quote map["a"]["b"]["c"] map["a"]["b"]["c"]