nim-json-serialization/json_serialization
andri lim 8a4ed98bbd
Add compile time switch to alter encoder enum representation (#95)
* Add compile time switch to alter encoder enum representation

* Fix test

* Add enum section in README.md

Add more tests and encoder features of enums

* Add enums section to README.md
2024-07-27 07:27:11 +07:00
..
std Fix missing std/strutils import for parseEnum 2024-01-27 16:32:14 +07:00
stew Deconvolute optional fields writer (#77) 2024-01-17 07:48:42 +07:00
format.nim Add compile time switch to alter encoder enum representation (#95) 2024-07-27 07:27:11 +07:00
lexer.nim Workaround Nim regression #23611 related to dirty template (#90) 2024-05-20 22:12:03 +07:00
parser.nim Resilience against null fields (#78) 2024-01-17 13:39:29 +07:00
reader.nim Improve lexer flexibility 2023-12-26 16:03:46 +07:00
reader_desc.nim Improve lexer flexibility 2023-12-26 16:03:46 +07:00
reader_impl.nim include flavor in missing `readValue` error (#86) 2024-02-20 20:19:02 +01:00
types.nim Fix JsonValueRef.Object comparison 2024-02-29 13:58:51 +07:00
value_ops.nim Add JsonValueRef compare operation (#89) 2024-03-20 21:32:43 +07:00
writer.nim Add compile time switch to alter encoder enum representation (#95) 2024-07-27 07:27:11 +07:00