JSON array builder, pointable and unit tests.
Project: http://git-wip-us.apache.org/repos/asf/vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/vxquery/commit/d9e8dc25 Tree: http://git-wip-us.apache.org/repos/asf/vxquery/tree/d9e8dc25 Diff: http://git-wip-us.apache.org/repos/asf/vxquery/diff/d9e8dc25 Branch: refs/heads/master Commit: d9e8dc25401969b3545c375e070dc5deba525cda Parents: 26e9512 ed79cb0 Author: Preston Carman <[email protected]> Authored: Tue May 24 17:50:00 2016 -0700 Committer: Preston Carman <[email protected]> Committed: Tue May 24 17:50:00 2016 -0700 ---------------------------------------------------------------------- .../accessors/jsonitem/ArrayPointable.java | 59 ++++++++++ .../builders/jsonitem/ArrayBuilder.java | 22 ++++ .../builders/jsonitem/JsonAbstractBuilder.java | 35 ++++++ .../vxquery/datamodel/values/ValueTag.java | 1 + .../apache/vxquery/datamodel/ArrayByteTest.java | 112 +++++++++++++++++++ 5 files changed, 229 insertions(+) ----------------------------------------------------------------------
