JsonRelease Notes

Json is a support library that aids Alien-Factory in the development of other libraries, frameworks and applications. Though you are welcome to use it, you may find features are missing and the documentation incomplete.

Versions

v0.0.4

  • New: Methods may also be annotated with @JsonProperty.
  • New: JsonWriter now pretty prints!
  • Chg: Renamed everything! Well, pretty much all of the main methods. (Breaking change.)
  • Chg: Added lots of hooks to ObjInspector.
  • Chg: Made more inspectors and converters public, but they're all @NoDoc for now.
  • Chg: Fields declared as Obj may capture any obj.
  • Bug: Numbers weren't converted to their correct sub-type.

v0.0.2

  • New: Initial release.