| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | encoding/json: marshal enumerated arrays to objects with key-value pairs | jkenda | 2025-02-01 | 1 | -1/+47 |
| | | |||||
| * | Add comment explaining #4515 test. | Jeroen van Rijn | 2024-11-25 | 1 | -3/+8 |
| | | |||||
| * | Test #4515 | Jeroen van Rijn | 2024-11-25 | 1 | -0/+34 |
| | | |||||
| * | Fix `-vet` and `-strict-style` failures in tests | Feoramund | 2024-08-26 | 1 | -1/+1 |
| | | |||||
| * | Allow json to unmarshal empty struct. | Jeroen van Rijn | 2024-07-21 | 1 | -0/+18 |
| | | |||||
| * | Merge branch 'master' into json-add-int-key-map-support | VladPavliuk | 2024-07-14 | 1 | -0/+21 |
| |\ | |||||
| | * | Align ignore syntax of json tags with fmt, cbor | VladPavliuk | 2024-07-14 | 1 | -1/+1 |
| | | | |||||
| | * | Add support of `ignore` tag for `json.marshal` | VladPavliuk | 2024-07-13 | 1 | -0/+21 |
| | | | |||||
| * | | Small code refactoring in `test_core_json` | VladPavliuk | 2024-07-13 | 1 | -2/+1 |
| | | | |||||
| * | | Remove unused imports in `test_core_json` | VladPavliuk | 2024-07-13 | 1 | -3/+0 |
| | | | |||||
| * | | Allow to `marshal` and `unmarshal` maps with int keys | VladPavliuk | 2024-07-13 | 1 | -0/+40 |
| |/ | |||||
| * | Port `tests\core\encoding\json` | Jeroen van Rijn | 2024-06-02 | 1 | -65/+23 |
| | | |||||
| * | testing: add test for `Out_Of_Memory` return | Rickard Andersson | 2023-10-02 | 1 | -0/+44 |
| | | |||||
| * | Add test for utf8 multibyte strings | Abdelrahman Farid | 2023-09-19 | 1 | -0/+8 |
| | | |||||
| * | fix #2550 json encoding should use surrogate pairs per RFC7159 | Laytan Laats | 2023-05-22 | 1 | -1/+15 |
| | | |||||
| * | [json/unmarshal] Fix quoted strings. | Jeroen van Rijn | 2022-04-19 | 1 | -9/+11 |
| | | |||||
| * | Add JSON unmarshal test. | Jeroen van Rijn | 2022-04-19 | 1 | -0/+253 |
| | | |||||
| * | Fix test | gingerBill | 2022-03-24 | 1 | -1/+1 |
| | | |||||
| * | [varint] Add LEB128 decoding + tests | Jeroen van Rijn | 2022-03-08 | 1 | -0/+92 |
| Also make tests in general less spammy: Don't print [PASS] for each successful test, only report failures and progress. | |||||