tree: f64894dd12d34e475d5c4dd0d145e04d85746f4c [path history] [download]
  1. README.md
  2. fio_json_parser.h
  3. fio_siphash.c
  4. fio_siphash.h
  5. fio_tmpfile.h
  6. fiobj.h
  7. fiobj4fio.h
  8. fiobj_ary.c
  9. fiobj_ary.h
  10. fiobj_data.c
  11. fiobj_data.h
  12. fiobj_hash.c
  13. fiobj_hash.h
  14. fiobj_json.c
  15. fiobj_json.h
  16. fiobj_mustache.c
  17. fiobj_mustache.h
  18. fiobj_numbers.c
  19. fiobj_numbers.h
  20. fiobj_str.c
  21. fiobj_str.h
  22. fiobject.c
  23. fiobject.h
  24. mustache_parser.h
lib/facil/fiobj/README.md

The facil.io Object (FIOBJ) extension

This is a standalone facil.io extension for soft dynamic types.

The FIOBJ library can be used without the facil.io core library. To allow for this use-case, some code duplication occurs.

To access the FIOBJ API, simply include fiobj.h from your project.

When using the FIOBJ library without facil.io, copy all the files in this folder and the facil.io core header file (fio.h) to your project. Than include fiobj.h to access the API.