nim-json-serialization/json_serialization/reader.nim

16 lines
420 B
Nim
Raw Normal View History

2023-12-13 09:07:57 +00:00
# json-serialization
# Copyright (c) 2019-2023 Status Research & Development GmbH
# Licensed under either of
# * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
# * MIT license ([LICENSE-MIT](LICENSE-MIT))
# at your option.
# This file may not be copied, modified, or distributed except according to
# those terms.
2020-04-22 22:39:56 +00:00
2018-12-17 23:01:06 +00:00
import
2023-12-18 04:05:12 +00:00
reader_desc, reader_impl, parser
2020-07-24 19:49:30 +00:00
export
2023-12-18 04:05:12 +00:00
reader_desc, reader_impl, parser