Skip to content

AR Library for converting string based JSON to binary based JSON

License

MIT and 2 other licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-Apache-2.0
BSL-1.0
LICENSE_1_0
Notifications You must be signed in to change notification settings

loupeteam/OMBSON

Info

Library is provided by Loupe
https://loupe.team
[email protected]
1-800-240-7042

Description

-This libraries is used to convert string based JSON to binary based JSON (known as BSON). BSON is most commonly used in MongoDB to store data. Text in a JSON string are converted to their ASCII value and stored in order in a USINT array.

For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/ombson.html

Installation

To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install ombson. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html

Licensing

This project is primarily licensed under the MIT License. However, it includes components under the Apache Group License v2 and Boost Software License - Version 1.0. Please refer to the respective files for full license texts.

-base64.cpp
-base64.h
-bson-inl.h
-bsonelement.h
-bsonobj.h
-bsonobjbuilder.h
-bsonobjiterator.h
-bsontypes.h
-builder.h
-cstdint.h
-float_utils.h
-hex.cpp
-hex.h
-json.cpp
-json.h
-oid.h
-ordering.h
-parse_number.cpp
-status_with.h
-string_data-inl.h
-string_data.h
-time_support.cpp
-valid.cpp