Reqord.JSON.Jason (reqord v0.4.0)
View SourceJSON adapter for the Jason library.
This is the default JSON adapter used by Reqord. It provides encoding and decoding functionality using the Jason library.
Features
- Fast JSON encoding and decoding
- Comprehensive error handling
- Direct passthrough to Jason with consistent error format
Usage
This adapter is used by default. To explicitly configure it:
config :reqord, :json_library, Reqord.JSON.Jason