📝 make examples collapsible

This commit is contained in:
Niels Lohmann
2020-05-24 22:45:38 +02:00
parent ddf92606ab
commit 95a3c76643
14 changed files with 502 additions and 270 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
The library uses a SAX-like interface with the following functions:
```plantuml
class sax {
interface json::sax_t {
+ {abstract} bool null()
+ {abstract} bool boolean(bool val)