mirror of
https://github.com/nlohmann/json.git
synced 2026-06-17 18:04:18 +00:00
📝 make examples collapsible
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user