Initial FAQ

Christopher Dunn 2014-07-05 15:03:04 -07:00
parent 0c5d10e8ff
commit 011c698413

21
FAQ.mediawiki Normal file

@ -0,0 +1,21 @@
= General =
== How do you write into array values? ==
https://sourceforge.net/p/jsoncpp/discussion/483465/thread/24cb7c88/
= Project =
== Where are the API docs? ==
In a separate repo, to minimize the size of the code repo.
; source-code
: https://github.com/jacobsa/jsoncpp/
; documentation
: http://cdunn2001.github.io/json-cpp/
: https://github.com/cdunn2001/json-cpp
== Are you up-to-date with Chromium patches? ==
Almost. We plan to be.
== Where are older questions and issues? ==
* https://sourceforge.net/p/jsoncpp/discussion/
* https://sourceforge.net/p/jsoncpp/_list/tickets
= MediaWiki =
== Why are you using media wiki here? ==
Because it provides a nice TOC for all the questions.