hcl/zcl/json/doc.go
Martin Atkins b5ce4360cd json: initial scanner implementation
Currently lacking correct support for unicode text segmentation into
grapheme clusters, so it miscounts "Column" in positions. This will be
addressed later.
2017-05-15 07:02:13 -07:00

9 lines
381 B
Go

// Package json is the JSON parser for ZCL. It parses JSON files and returns
// implementations of the core ZCL structural interfaces in terms of the
// JSON data inside.
//
// This is not a generic JSON parser. Instead, it deals with the mapping from
// the JSON information model to the ZCL information model, using a number
// of hard-coded structural conventions.
package json