mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-13 19:13:08 +00:00
8 lines
99 B
Nim
8 lines
99 B
Nim
import pkg/chronicles except toJson
|
|
import ./serde/json
|
|
|
|
logScope:
|
|
topics = "serde"
|
|
|
|
export json
|