Bunny83 / SimpleJSON

A simple JSON parser in C#
MIT License
735 stars 294 forks source link

Library Documentation? #12

Closed chuck-sys closed 4 years ago

chuck-sys commented 6 years ago

I like this simple-to-use JSON library. But is there documentation on what does what?

david-pfx commented 6 years ago

Dunno, but I used this: http://wiki.unity3d.com/index.php/SimpleJSON

chuck-sys commented 6 years ago

I used that too, but it isn't complete. It just lists some examples.

devingDev commented 6 years ago

What else do you need? It has all you need afaik

Bunny83 commented 4 years ago

Actually some time ago (when I realised Github now has a wiki for each repository) I started creating a wiki documenation for the framework. Almost all relevant information is in the JSONNode class description. However the Classes overview should give you an overview what classes and types also exist and what they are generally meant for. Note it's not complete yet but should cover most things you need to know.