// Test JSON \u escape: ASCII range (U+0041 = 'A') assert_equal(from_json("\"\\u0041\""), "A")