Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcgi authored Jan 16, 2018
1 parent 0cbc2d0 commit 9a4d134
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

MojoUnityJson is an extremely simple and super fast JSON parser for c#. The core parsing code only 450 lines, and supports all standard Json formats. Also the MojoUnityJson provides simple APIs for visit different types of the Json values. The implementation depends only on the core .NET lib. Currently, the MojoUnityJson has only one file, can easily integrated into any C# project.

* Released version in [releases](https://github.com/scottcgi/MojoUnityJson/releases).
* Release changes in [changelog](https://github.com/scottcgi/MojoUnityJson/blob/master/ChangeLog.md).

## License
MojoUnityJson is licensed under the [MIT License](https://github.com/scottcgi/MojoUnityJson/blob/master/LICENSE).

Expand Down

0 comments on commit 9a4d134

Please sign in to comment.