Hash :
4826d948
Author :
Thomas de Grivel
Date :
2025-07-20T15:35:38
fix json and add tests for ikc3/while
quote require JSON
require JSON
quote JSON.from_str("{}")
JSON.from_str("{}")
quote JSON.from_str("""{"a": "b"}""")
JSON.from_str("""{"a": "b"}""")
quote JSON.from_str("""{"a": 1}""")
JSON.from_str("""{"a": 1}""")
quote JSON.from_str("""{"a": true}""")
JSON.from_str("""{"a": true}""")
quote JSON.from_str("""{"a": false}""")
JSON.from_str("""{"a": false}""")
quote JSON.from_str("""{"a": null}""")
JSON.from_str("""{"a": null}""")