https://github.com/nowisesys/libfoacpp
C++ library implementing the FOA (Fast Object and Array) encoding/decoding specification.
https://github.com/nowisesys/libfoacpp
c-plus-plus-library encoder-decoder foa
Last synced: about 1 month ago
JSON representation
C++ library implementing the FOA (Fast Object and Array) encoding/decoding specification.
- Host: GitHub
- URL: https://github.com/nowisesys/libfoacpp
- Owner: nowisesys
- License: gpl-3.0
- Created: 2019-01-29T03:18:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T03:31:38.000Z (over 6 years ago)
- Last Synced: 2025-02-16T08:27:30.431Z (3 months ago)
- Topics: c-plus-plus-library, encoder-decoder, foa
- Language: C++
- Size: 531 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This is a C++ library implementing the FOA encoding/decoding method.
** ABOUT:
FOA stands for Fast Object and Array encoding/decoding and is an method
for efficient data exchange between applications and/or hosts. It can be
used as an alternative to XML for web services, as an building block for
object oriented network protocols or as an generic object serializing
method (i.e. write objects in C++ and read them back in Java).** SPECIFICATION:
This library implements version 1.0 of the FOA specification. The spec
can be found here: https://nowise.se/oss/libfoa/spec** LICENSE:
The library (libfoa++) is released under the GNU Library or Lesser General
Public License, so you are allowed to use it in commercial applications or
libraries that links to the library.
// Anders Lövgren, 2009-03-24