Skip to content

Commit

Permalink
- updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
penduin committed Oct 17, 2012
1 parent df51c7f commit 9e0f435
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 111 deletions.
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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.
JavaScript itself. WJElement is also capable of json-schema validation.

WJElement has grown into a generally-useful library, and is used across
Messaging Architects' netmail and related projects. It is loved enough by
Expand All @@ -19,5 +19,5 @@ 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 <owens@netmail.com> - community/repository front-man
Micah N Gorrell <micahg@netmail.com> - primary author of WJElement code
Owen Swerkstrom <owens@netmail.com> - community/repo front-man, WJESchema
Micah N Gorrell <micahg@netmail.com> - primary author of WJElement
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and full [API](wjelement/wiki/WJElement-API) reference.
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.
JavaScript itself. WJElement is also capable of json-schema validation.

WJElement has grown into a generally-useful library, and is used across
Messaging Architects' netmail and related projects. It is loved enough by
Expand All @@ -24,5 +24,5 @@ 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 <<owens@netmail.com>> - community/repository front-man
* Micah N Gorrell <<micahg@netmail.com>> - primary author of WJElement code
* Owen Swerkstrom <owens@netmail.com> - community/repo front-man, WJESchema
* Micah N Gorrell micahg@netmail.com - primary author of WJElement
105 changes: 0 additions & 105 deletions example/validate.c

This file was deleted.

0 comments on commit 9e0f435

Please sign in to comment.