netheril96 / StaticJSON

Fast, direct and static typed parsing of JSON with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

access to tutorial and documentation site for the older autojsoncxx project

cbuchner1 opened this issue · comments

Hi,

these links to the autojsoncxx web page and tutorials no longer work, even after replacing the autojsoncxx part of the URL with StaticJSON

https://netheril96.github.io/autojsoncxx/
http://netheril96.github.io/autojsoncxx/tutorial/

this was a very good reference for users of the older autojsoncxx project. Can you reinstate those web pages (maybe marking them as deprecated). The examples given on the pages were helpful.

Alternatively, the pages could be checked into the autojsoncxx branch.

Christian

The old site is now back online.

By the way, it would be nice if you give a star to this project.

In addition, the documentation is actually within the docs directory in the autojsoncxx branch. You can serve or build the HTML version locally with the program mkdocs.