JSON and BSON parsing utility library for Go.
All relevant structures for working with the code as a black box can be found in jsondefs.go Documentation on the actual functions is forthcoming.
Intended functionality (this will likely be expanded): 1. Parsing and validation of JSON strings (Under active development) 2. Parsing and validation of BSON data (Not yet started)