Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loupeteam/OMBSON

AR Library for converting string based JSON to binary based JSON
https://github.com/loupeteam/OMBSON

ar-library

Last synced: 3 months ago
JSON representation

AR Library for converting string based JSON to binary based JSON

Awesome Lists containing this project

README

        

# 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](LICENSE). However, it includes components under the [Apache Group License v2](LICENSE-Apache-2.0) and [Boost Software License - Version 1.0](LICENSE_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