v/vlib/x/json2/decoder2/tests
2024-12-02 07:21:37 +02: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_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_string_test.v x.json2.decoder2: use a linked list insted of an array, to store the decoded elements (#22581) 2024-10-20 01:12:58 +03:00
decode_struct_test.v x.json2.decoder2: support aliases fully (#22608) 2024-10-21 17:43:27 +03:00
json_sumtype_test.v x.json2.decoder2: fix wrong sumtype and struct decoder in array (#23041) 2024-12-02 07:21:37 +02:00
json_sumtype_test_todo.vv x.json2.decoder2: add initial support for sumtypes (#22669) 2024-10-27 22:34:35 +02:00