Skip to content

Added support for a RawPlistValue which enables defered (un)marshalling of data

Dustin L. Howett requested to merge gh-8af31b0f/11/nhelke/master into master

Created by: nhelke

This is supposed to play the same role as http://golang.org/pkg/encoding/json/#RawMessage though the implementation is different.

Merge request reports