json-rust v0.11.10 Release Notes

Release Date: 2017-10-07 // over 6 years ago
  • Thanks to @Yoric for contributions:

    • ๐Ÿ‘€ Implemented dump and pretty for Object, see #131
    • ๐Ÿ‘€ Two string JsonValues are now equal even if one is a Short while the other is a String variant, see #126
    • ๐Ÿ‘€ The object! macro now handles trailing commas, see #125