live_svelte/test/json_library_test/custom_json_config.exs
Denis Donici 1f9ebc49d2
Use OTP json encoder by default. Add support for custom json library. (#199)
* add support for custom json library besides jason

* use native erlang json encoder

* fixed json parsing.  added more json tests

* Prepare for 0.17.0 release
2026-01-22 11:51:00 +02:00

3 lines
66 B
Elixir

import Config
config :live_svelte, json_library: TestJSONLibrary