mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-06 14:48:21 +00:00
* json: fix user unmarshaller example - Returning `.None` in the custom unmarshaler is wrong, should be `nil` - `advance_token` has to be called Besides the fixes I made it an actual example that will show up on the package docs