Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loupeteam/OMBSON
- Owner: loupeteam
- License: mit
- Created: 2021-10-05T16:57:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T21:46:23.000Z (about 1 year ago)
- Last Synced: 2024-08-02T14:06:01.408Z (6 months ago)
- Topics: ar-library
- Language: C
- Homepage:
- Size: 23.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-B-R - OMBSON - Library source: OMBSON is used to convert string based JSON to binary based JSON (known as BSON). (Communication / Other)
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