Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.29 KB

README.md

File metadata and controls

41 lines (35 loc) · 1.29 KB

Info

Library is provided by Loupe
https://loupe.team
info@loupe.team
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