cw-json 0.3.0

The cw-json repository now has version 0.3.0 of kmp-jsonpointer and kmp-jsonpointer-kxs. The primary change is the addition of Relative JSON Pointer support, based on one of the draft specs. You can now use + on a JsonPointer with a String, and you get back a RelativePointerResult type based on whether the String represents a relative reference to an object, an object key, or an array index. Also, - lets you calculate a Relative JSON Pointer between two JsonPointer objects.

The Dokka documentation has been updated for 0.3.0.