Updated Home (markdown)

Niels 2015-04-11 16:42:13 +02:00
parent fa3b196773
commit f55b3b4eac

15
Home.md

@ -1 +1,14 @@
Welcome to the json wiki!
### Capacity
- [**empty**](https://github.com/nlohmann/json/wiki/nlohmann::basicjson::empty)<br>
checks whether the container is empty<br>
_public member function_
- [**size**](https://github.com/nlohmann/json/wiki/nlohmann::basicjson::size)<br>
returns the number of elements<br>
_public member function_
### Modifiers
- [**erase**](https://github.com/nlohmann/json/wiki/nlohmann::basicjson::erase)<br>
erases elements<br>
_public member function_