-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Support other json encoder other than jason.
- Make jason optional dependency
- Add configuration
config :metadata_logger, :json_library, Jason
- Compile error when configuration is not given, and Jason is not available
- Expect the given module to implement following functions:
encode_to_iodata!(input, opts)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers