.\" This file is in the public domain. .Dd July 4, 2010 .Dt LIBJSON 3 .Os NetBSD 1.4T .Sh NAME .Nm json_\&* .Nd JSON encoding/decoding .Sh SYNOPSIS .Fd #include .br .Nm cc .Op Ar arguments .Fl ljson .Sh DESCRIPTION These functions transform JSON data between in-core representation and serialized representation (see RFC 7159). .Pp I have not yet written manpage documentation for them. .Pa json.h includes some documentation in comments. .Sh AUTHOR der Mouse, .Aq mouse@rodents-montreal.org .