Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothee Cour 6cbe1d48d7 [json] document fact that key ordering is preserved (#10020) vor 6 Jahren
  Steve Kellock 91c13a0163 [docs/json]: expands existing examples + shows {} operator in action (#9157) vor 6 Jahren
  mashingan 5624036251 Fix #9111; error when parsing to aliased type field vor 6 Jahren
  hlaaf a270899502 Add escapeJsonUnquoted for json escaped strings without quotes (#8785) vor 6 Jahren
  Araq 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs vor 6 Jahren
  Andreas Rumpf 7f49364fd0 make more tests green vor 6 Jahren
  andri lim f92d61b1f4 fixes #8037, json.to support object with distinct types (#8086) vor 6 Jahren
  genotrance c115090f6e Testament should run tests with no action (#8232) vor 6 Jahren
  hlaaf a0cb1a80dd Allow `%` overloading in `%*` macro in json (again) vor 6 Jahren
  hlaaf 5866e64ebc fix #7881, control characters in json output (#7887) vor 6 Jahren
  Araq 5472574f72 json.nim: delete should raise KeyError, not IndexError, minor cleanup of the tests vor 6 Jahren
  Araq 221b34ad83 move parsejson logic into its own standard lib module vor 6 Jahren
  Araq f8e23daa20 fixes #7817 vor 6 Jahren
  Araq bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings vor 6 Jahren
  Dominik Picheta aa48a472fd Improve deprecation messages in json docs. vor 6 Jahren
  Terence Namusonge e1cd4bca0e tiny typo vor 6 Jahren
  Dominik Picheta b750082925 Fix docs in json module after #7537 vor 6 Jahren
  Federico Ceratto 93fafc8545 Add autovivification example (#7537) vor 6 Jahren
  Andreas Rumpf 1d1d6f39a3 make tests green again vor 6 Jahren
  Abhishek Kapatkar c7cba5e6f0 Fixes #6902 vor 6 Jahren
  Dominik Picheta 9c2cdc94a2 Fixes #7433. vor 6 Jahren
  Andreas Rumpf 083d84ba03 json.nim: documentation copy&paste issue vor 6 Jahren
  Oscar Nihlgård 8247323860 Fix `json.to` for types with generic parameters vor 6 Jahren
  Dominik Picheta 578ab935cb Support all int, uint and float variants in json.to macro. vor 7 Jahren
  Dominik Picheta 2bb2e6975e Fix infinite recursion when using json.to on ref with cycle. vor 7 Jahren
  Dominik Picheta 8d61262372 Implement support for JsonNode in json.to. vor 7 Jahren
  Dominik Picheta 8187e83645 Implement Table/OrderedTable support for json.to macro. vor 7 Jahren
  Dominik Picheta 8ca41ce637 Implement support for Option[T] in json.to macro. Fixes #5848. vor 7 Jahren
  Dominik Picheta d3c9b58c00 Fixes #6604. Rejects unnamed tuples with error. vor 7 Jahren
  Dominik Picheta e0681715dc Fixes #6095. vor 7 Jahren