mirror of
https://github.com/nlohmann/json
synced 2024-11-09 22:20:05 +00:00
Update index.md (#4159)
This commit is contained in:
parent
aa87ab8b40
commit
e75b94b31e
@ -14,7 +14,7 @@ template<
|
|||||||
template<typename U> class AllocatorType = std::allocator,
|
template<typename U> class AllocatorType = std::allocator,
|
||||||
template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer,
|
template<typename T, typename SFINAE = void> class JSONSerializer = adl_serializer,
|
||||||
class BinaryType = std::vector<std::uint8_t>,
|
class BinaryType = std::vector<std::uint8_t>,
|
||||||
class CustomBaseClass = void>
|
class CustomBaseClass = void
|
||||||
>
|
>
|
||||||
class basic_json;
|
class basic_json;
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user