b900967f6f
This function encodes the json_t object to a pre-allocated buffer. It compliments the already existing json_loadb() function and is useful for parsing JSON-RPC (among other protocols) when sent over datagram sockets. Signed-off-by: Nathaniel McCallum <npmccallum@redhat.com> |
||
---|---|---|
.. | ||
ext | ||
.gitignore | ||
apiref.rst | ||
changes.rst | ||
conf.py | ||
conformance.rst | ||
gettingstarted.rst | ||
github_commits.c | ||
index.rst | ||
Makefile.am | ||
portability.rst | ||
README | ||
tutorial.rst | ||
upgrading.rst |
To build the documentation, invoke make html Then point your browser to _build/html/index.html.