aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5882 from IllusionMan1212/custom-json-marshallingJeroen van Rijn2026-01-012-3/+164
|\
| * Make custom JSON (un)marshalers more like core:fmt'sJeroen van Rijn2025-12-102-61/+200
| * encoding/json: error handling for custom (un)marshallersHisham Aburaqibah2025-12-022-4/+4
| * encoding/json: custom json (un)marshallingIllusionMan12122025-12-022-44/+66
* | [encoding/json] Allow Unmarshalling to `rune`dozn2025-12-302-0/+10
* | [encoding/json] Fix Escapes When Marshallingdozn2025-12-301-3/+3
* | Moved `first_iteration` up a couple lines so it makes sense readability-wise.dozn2025-12-301-1/+1
* | Add JSON5/SJSON Comments When Marshallingdozn2025-12-291-0/+26
* | Merge pull request #6078 from BigBoyBarney/json-arraysLaytan2025-12-292-11/+11
|\ \
| * | Fix standard json parsing / unmarshalling issue for pure arraysSylphrena2025-12-292-11/+11
| |/
* | encoding/base32: Fix padding validation for malformed inputZoltán Kéri2025-12-271-7/+7
* | Address issue identifying of CDATAStudebakerGuy2025-12-231-1/+2
|/
* Increase base64 decoding table size to 256, preventing out of bounds readsFranz Hoeltermann2025-11-221-19/+35
* encoding/json: clone unquoted stringsNeirokan2025-11-062-15/+17
* Merge pull request #5859 from odin-lang/bill/change-licensedev-2025-11gingerBill2025-11-047-31/+20
|\
| * Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-287-31/+20
* | encoding/cbor: fix epoch tag with small valuesLaytan2025-11-031-14/+18
|/
* Link doc lines to source specifications.Jeroen van Rijn2025-10-105-8/+5
* Render examples.Jeroen van Rijn2025-10-108-48/+49
* Further overhaul of package line comments.Jeroen van Rijn2025-10-0917-19/+15
* package lines for encodingJeroen van Rijn2025-10-0911-18/+21
* More package linesJeroen van Rijn2025-10-093-4/+6
* Package lines for base32, move its tests to tests"Jeroen van Rijn2025-10-093-229/+5
* Followup fix to #4895Courtney Strachan2025-10-051-3/+1
* Merge branch 'odin-lang:master' into masterCourtney Strachan2025-10-0617-287/+236
|\
| * Add `#+test` to base32_test.odingingerBill2025-09-281-0/+1
| * Require `@(init)` and `@(fini)` to be `proc "contextless" ()`gingerBill2025-08-081-4/+6
| * Change `is_utf16` field to `encoding` and use an enumgingerBill2025-08-053-3/+3
| * Begin supporting `string16` across the core librarygingerBill2025-08-024-6/+10
| * Fix #4705Jeroen van Rijn2025-06-091-1/+2
| * Clarify `strconv.append_*` to `strconv.write_*`Feoramund2025-06-052-7/+7
| * encoding/cbor: support simd vectorsLaytan Laats2025-06-042-0/+30
| * encoding/cbor: support the matrix typeLaytan Laats2025-06-042-0/+31
| * Fix incorrect CSV reader settings for example, fix typo in docsWesley Kerfoot2025-05-272-3/+1
| * Rename `core:encoding/ansi` to `core:terminal/ansi`Feoramund2025-05-202-157/+0
| * Merge pull request #4944 from dozn/masterLaytan2025-05-151-8/+14
| |\
| | * [core:encoding/json] When Unmarshalling, Only Match Struct Tags If Presentdozn2025-03-171-8/+14
| * | Fixed an overflow when decoding a large CBOR slice.Barinzaya2025-04-291-1/+1
| * | Add cbor.unmarshal_from_bytes taking a []byteJeroen van Rijn2025-04-291-0/+6
| * | Fix typo in private functionEly Alon2025-04-281-2/+2
| * | Add commentJeroen van Rijn2025-04-191-0/+4
| * | Fix parsing of CDATA tags (#5059)Jeroen van Rijn2025-04-193-92/+99
| * | Fix HXA defer warningJeroen van Rijn2025-04-071-2/+2
| * | Fix broken examples in documentation tester.Jeroen van Rijn2025-04-051-2/+2
| * | fix unmarshalling bit sets in jsonLaytan Laats2025-03-221-2/+18
| |/
* / Fixed json null value parsingCourtney Strachan2025-03-021-1/+7
|/
* encoding/json: marshal enumerated arrays to objects with key-value pairsjkenda2025-02-011-3/+13
* Fix stray space vs. tabJeroen van Rijn2025-01-121-4/+4
* Merge pull request #4634 from dozn/patch-1gingerBill2025-01-061-2/+2
|\
| * Remove unnecessary string() conversion.dozn2024-12-281-1/+1