Hash : 3027225c Author : Thomas de Grivel Date : 2024-08-14T15:34:14
Download
1 2 3 4 5 6
JSON.from_str("{}") %{} JSON.from_str("{\"a\": \"b\"}") %{"a" => "b"} JSON.from_str("{\"a\": 1}") %{"a" => 1}