Commit History

Author SHA1 Message Date
  Araq bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings 6 years ago
  Dominik Picheta aa48a472fd Improve deprecation messages in json docs. 6 years ago
  Terence Namusonge e1cd4bca0e tiny typo 6 years ago
  Dominik Picheta b750082925 Fix docs in json module after #7537 6 years ago
  Federico Ceratto 93fafc8545 Add autovivification example (#7537) 6 years ago
  Andreas Rumpf 1d1d6f39a3 make tests green again 6 years ago
  Abhishek Kapatkar c7cba5e6f0 Fixes #6902 6 years ago
  Dominik Picheta 9c2cdc94a2 Fixes #7433. 6 years ago
  Andreas Rumpf 083d84ba03 json.nim: documentation copy&paste issue 6 years ago
  Oscar Nihlgård 8247323860 Fix `json.to` for types with generic parameters 6 years ago
  Dominik Picheta 578ab935cb Support all int, uint and float variants in json.to macro. 7 years ago
  Dominik Picheta 2bb2e6975e Fix infinite recursion when using json.to on ref with cycle. 7 years ago
  Dominik Picheta 8d61262372 Implement support for JsonNode in json.to. 7 years ago
  Dominik Picheta 8187e83645 Implement Table/OrderedTable support for json.to macro. 7 years ago
  Dominik Picheta 8ca41ce637 Implement support for Option[T] in json.to macro. Fixes #5848. 7 years ago
  Dominik Picheta d3c9b58c00 Fixes #6604. Rejects unnamed tuples with error. 7 years ago
  Dominik Picheta e0681715dc Fixes #6095. 7 years ago
  Dominik Picheta 11fcae5705 Fixes #5856. Code based on @loloiccl's PR (#5879). 7 years ago
  Andreas Rumpf d12edeeba1 make tests green again 7 years ago
  Andreas Rumpf 6a3288a60e more replacements for the deprecated '<' 7 years ago
  Daniil Yarancev 5cd6316ac6 Update json.nim (#6513) 7 years ago
  Daniil Yarancev e29e6ec76e [JSON] getBVal -> getBool; getFNum -> getFloat 7 years ago
  konqoro 5ae82708aa Add default value for filename in parseJson proc (#6441) 7 years ago
  Andreas Rumpf d453bc1d4d fixes #6438 7 years ago
  Mamy Ratsimbazafy 5b8f33a905 Reorder json `add` and `%`, fixes #6385 (#6388) 7 years ago
  Yuriy Glukhov 7d49fc796d Changed JSON stringification to preserve UTF (#6330) 7 years ago
  Yuriy Glukhov c35cc97b1e Fixed closure compiler incompatibility (#6365) 7 years ago
  superfunc 21fcc3507a Update doc for json.to() with limitation (#6334) 7 years ago
  Yuriy Glukhov d13535471b Fixed handling of surrogate pairs (#6332) 7 years ago
  Markus F.X.J. Oberhumer a0f39e0ab4 Ascii character code 127 (DEL) is not printable and must be quoted. (#5984) 7 years ago