aboutsummaryrefslogtreecommitdiff
path: root/tests/core/encoding/json
Commit message (Expand)AuthorAgeFilesLines
* Add comment explaining #4515 test.Jeroen van Rijn2024-11-251-3/+8
* Test #4515Jeroen van Rijn2024-11-251-0/+34
* Fix `-vet` and `-strict-style` failures in testsFeoramund2024-08-261-1/+1
* Allow json to unmarshal empty struct.Jeroen van Rijn2024-07-211-0/+18
* Merge branch 'master' into json-add-int-key-map-supportVladPavliuk2024-07-141-0/+21
|\
| * Align ignore syntax of json tags with fmt, cborVladPavliuk2024-07-141-1/+1
| * Add support of `ignore` tag for `json.marshal`VladPavliuk2024-07-131-0/+21
* | Small code refactoring in `test_core_json`VladPavliuk2024-07-131-2/+1
* | Remove unused imports in `test_core_json`VladPavliuk2024-07-131-3/+0
* | Allow to `marshal` and `unmarshal` maps with int keysVladPavliuk2024-07-131-0/+40
|/
* Port `tests\core\encoding\json`Jeroen van Rijn2024-06-021-65/+23
* testing: add test for `Out_Of_Memory` returnRickard Andersson2023-10-021-0/+44
* Add test for utf8 multibyte stringsAbdelrahman Farid2023-09-191-0/+8
* fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-221-1/+15
* [json/unmarshal] Fix quoted strings.Jeroen van Rijn2022-04-191-9/+11
* Add JSON unmarshal test.Jeroen van Rijn2022-04-191-0/+253
* Fix testgingerBill2022-03-241-1/+1
* [varint] Add LEB128 decoding + testsJeroen van Rijn2022-03-081-0/+92