1. 98605ab Merge remote-tracking branch 'origin/upstream/master' by Adam Perry · 1 year, 11 months ago main master
  2. 9f87f7a Merge pull request #2 from anp/no-serialize-escape by Gary Bressler · 1 year, 11 months ago
  3. e251aaf Don't escape forward-slashes. by Adam Perry · 1 year, 11 months ago
  4. 7dd7a34 Merge pull request #1 from woody77/master by Gary Bressler · 2 years, 6 months ago
  5. 617f49c Add from_slice and from_reader helpers by Aaron Wood · 2 years, 6 months ago
  6. c9f4581 Move Cargo.toml to root by Gary Bressler · 3 years, 10 months ago
  7. 2c29ed7 Attach location info to errors by Gary Bressler · 3 years, 10 months ago
  8. 9e73e86 Fix license by Gary Bressler · 3 years, 10 months ago
  9. 2207c87 Include full text of license by Gary Bressler · 3 years, 10 months ago
  10. ceba56e Remove .gitignore by Gary Bressler · 3 years, 10 months ago
  11. 06769b2 Add CONTRIBUTING by Gary Bressler · 3 years, 10 months ago
  12. 3912767 Initial commit by Gary Bressler · 3 years, 10 months ago
  13. d1d0282 0.2.8 by Callum Oakley · 3 years, 11 months ago
  14. c1c5edb clippy by Callum Oakley · 3 years, 11 months ago
  15. 2c87942 cargo fmt by Callum Oakley · 3 years, 11 months ago
  16. 6ca5532 Merge pull request #22 from gebressler/size_hint by Callum Oakley · 3 years, 11 months ago
  17. e9a24c8 Implement size_hint for de::SeqAccess and de::MapAccess by Gary Bressler · 3 years, 11 months ago
  18. e86c04f 0.2.7 by Callum Oakley · 4 years, 1 month ago
  19. a81e0c4 Merge pull request #18 from acanthite/fix-empty-variants-panic by Callum Oakley · 4 years, 1 month ago
  20. a45370d Add correct handling of empty struct and empty tuple variants by acanthite · 4 years, 2 months ago
  21. 429b6b2 0.2.6 by Callum Oakley · 4 years, 2 months ago
  22. 5885402 Merge pull request #17 from acanthite/additional-escape-characters by Callum Oakley · 4 years, 2 months ago
  23. c2787e8 Make serializer respect all JSON escape characters by acanthite · 4 years, 2 months ago
  24. f1f21da 0.2.5 by Callum Oakley · 4 years, 10 months ago
  25. 4b7e9f6 properly serialize Infinity and NaN by Callum Oakley · 4 years, 10 months ago
  26. 0fcfc5b 0.2.4 by Callum Oakley · 5 years ago
  27. 72ed530 Merge pull request #8 from vdonich/overflow by Callum Oakley · 5 years ago
  28. cdd5a4a Generate errors when unable to parse int or float instead of panic by Victor Donich · 5 years ago
  29. 1b789c6 0.2.3 by Callum Oakley · 5 years ago
  30. fec2e92 Merge pull request #7 from vdonich/serde_json_value by Callum Oakley · 5 years ago
  31. 6adaad3 Handle exponent-containing strings as floats by viktard · 5 years ago
  32. ed1d1c7 Remove debug logging by viktard · 5 years ago
  33. 5cd65ee Add support for int for serde_json::Value by viktard · 5 years ago
  34. 34d4160 2018 idioms by Callum Oakley · 5 years ago
  35. 429b874 clippy by Callum Oakley · 5 years ago
  36. 30b3cf7 upgrade to edition 2018 by Callum Oakley · 5 years ago
  37. e855e7d 0.2.2 by Callum Oakley · 5 years ago
  38. 8568c62 first pass documentation by Callum Oakley · 5 years ago
  39. 0a4acff 0.2.1 by Callum Oakley · 6 years ago
  40. 94cc383 readme badges by Callum Oakley · 6 years ago
  41. 18f93c3 slightly more useful readme by Callum Oakley · 6 years ago
  42. fb8b799 use pest 2.0 unicode builtins by Callum Oakley · 6 years ago
  43. b8fc9ae bump pest to 2.0 by Callum Oakley · 6 years ago
  44. ce6c427 escape slashes by Callum Oakley · 6 years ago
  45. 54a0820 0.1.1 by Callum Oakley · 6 years ago
  46. 5bb196e escape quotes and newlines in strings by Callum Oakley · 6 years ago
  47. 4b27bd5 remove all pest2 features by Callum Oakley · 6 years ago
  48. 1c3ffce cargo metadata and lisence by Callum Oakley · 6 years ago
  49. cf024c0 pathetic README by Callum Oakley · 6 years ago
  50. bf19abb reuse some of the similar impl methods by Callum Oakley · 6 years ago
  51. 7d30d36 bare bones serializer with no options and no string escaping passing tests by Callum Oakley · 6 years ago
  52. 7fa08b6 make a start on basic serializer impl by Callum Oakley · 6 years ago
  53. cbe596e clean errors up a little bit by Callum Oakley · 6 years ago
  54. cb820c8 comment by Callum Oakley · 6 years ago
  55. ab34254 test suite by Callum Oakley · 6 years ago
  56. 85bb5dc parse newtype struct by Callum Oakley · 6 years ago
  57. a05cc39 parse options by Callum Oakley · 6 years ago
  58. 3e98254 shuffle some imports by Callum Oakley · 6 years ago
  59. 5377db8 rename by Callum Oakley · 6 years ago
  60. 83feb82 more qualified imports and remove JSON5 prefix from internal types by Callum Oakley · 6 years ago
  61. 8f2d8ba rm todo by Callum Oakley · 6 years ago
  62. 1abba8e rename json5_parser -> json5 by Callum Oakley · 6 years ago
  63. c323759 rescue old tests by Callum Oakley · 6 years ago
  64. 0cf0789 make Variant a struct for consistency by Callum Oakley · 6 years ago
  65. b297775 enums! by Callum Oakley · 6 years ago
  66. 3a4c48f deserialise objects to hashmaps, and different number types by Callum Oakley · 6 years ago
  67. 0fb0150 sanity check tests by Callum Oakley · 6 years ago
  68. d223ea6 bare bones deserializer type checks by Callum Oakley · 6 years ago
  69. b3b9bde todo by Callum Oakley · 6 years ago
  70. 3ae61fe compact grammar a little by Callum Oakley · 6 years ago
  71. d93eabf unicode! by Callum Oakley · 6 years ago
  72. 68d36f8 use master of pest by Callum Oakley · 6 years ago
  73. 1336e54 parse hex literals beginning with "0X" by Callum Oakley · 6 years ago
  74. 8713066 test against json5.org example by Callum Oakley · 6 years ago
  75. fb656bb tests passing bar two for proper unicode support by Callum Oakley · 6 years ago
  76. 5518dbf parse escape sequences in strings by Callum Oakley · 6 years ago
  77. 7e89374 escape sequences wip by Callum Oakley · 6 years ago
  78. b98526e fixed NaN test by Callum Oakley · 6 years ago
  79. 0a0b1ae parse NaN and Infinity by Callum Oakley · 6 years ago
  80. 29146cc only trim outer quotes by Callum Oakley · 6 years ago
  81. ca4505e bit of refactoring by Callum Oakley · 6 years ago
  82. bd2edaf parse hexadecimal by Callum Oakley · 6 years ago
  83. 6ef06be fix whitespace matching and trim quotes from strings by Callum Oakley · 6 years ago
  84. 16868c8 most tests passing by Callum Oakley · 6 years ago
  85. e653d81 translate tests from reference implementation and start writing grammar by Callum Oakley · 6 years ago
  86. d626ea2 playing with pest (simple incomplete json parser) by Callum Oakley · 6 years ago