forked from netmail-open/wjelement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
23 lines (18 loc) · 1.2 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
WJElement - JSON manipulation in C
WJElement is a very flexible JSON library developed by Messaging Architects.
It was created for MA's "WARP" webserver ("Warp Json Elements"), and is built
on top of the lower-level WJReader and WJWriter libraries (also included).
WJReader and WJWriter are optimized for speed and memory-efficiency.
WJElement focuses on flexibility and handy features, allowing C code to
manipulate JSON documents with as few statements (fewer, sometimes!) as
JavaScript itself.
WJElement has grown into a generally-useful library, and is used across
Messaging Architects' netmail and related projects. It is loved enough by
MA's developers that we desire to use it elsewhere too, and we think others
will enjoy it as well. So, here it is, ready to be consumed in any project,
open or closed, as outlined by the GNU LGPL. Include it as-is and link to it
from your code, massage it into your own statically-linked package, or use it
in ways we haven't thought of. Read the docs/headers, have fun, and if you
use it for something awesome, let us know about it! :^)
Owen Swerkstrom <[email protected]> - community/repository front-man
Micah N Gorrell <[email protected]> - primary author of WJElement code