mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-22 15:32:35 +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