v/vlib/x/json2/decoder2/tests
2025-07-18 11:03:21 +03:00
..
json2_tests x.json2: update tests to integrate decoder2 in json2 (#24551) 2025-05-29 13:01:50 +03:00
old_json_compatibility x.json2.decoder2: fix array decoding in struct is field, when array is initialized (#24422) 2025-05-06 12:32:53 +03:00
bench.v x.json2.decoder: support sumtypes fully (#22694) 2024-10-30 09:01:39 +02:00
decode_array_test.v x.json2.decoder2: fix wrong sumtype and struct decoder in array (#23041) 2024-12-02 07:21:37 +02:00
decode_escaped_string_test.v decoder2: fix checking and decoding of escape characters (fix #24834) (#24915) 2025-07-17 08:34:05 +03:00
decode_number_and_boolean_test.v x.json2.decoder: support sumtypes fully (#22694) 2024-10-30 09:01:39 +02:00
decode_object_test.v x.json2.decoder2: support nesteded maps (#23027) 2024-12-01 14:08:37 +02:00
decode_option_field_test.v x.json2.decoder2: fix decoding of structs with option fields (fix #24409) (#24922) 2025-07-18 11:03:21 +03:00
decode_string_test.v x.json2.decoder2: improve string tests (#23809) 2025-02-26 03:49:04 +02:00
decode_struct_test.v x.json2.decoder2: support aliases fully (#22608) 2024-10-21 17:43:27 +03:00
json_sumtype_test.v json2.decoder2: prepare decoder in json2 to be replaced by json2.decode2 (#23078) 2024-12-06 19:47:17 +02:00
json_sumtype_test_todo.vv x.json2.decoder2: add initial support for sumtypes (#22669) 2024-10-27 22:34:35 +02:00