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

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.

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