|
FastLED 3.9.15
|
#include <types.h>
Classes | |
| class | array_iterator |
| class | const_iterator |
| struct | IsArrayVisitor |
| class | iterator |
Public Types | |
| typedef json_value::const_iterator | const_iterator |
| typedef json_value::iterator | iterator |
| using | variant_t |
Static Public Member Functions | |
| static fl::shared_ptr< json_value > | from_char (char c) FL_NOEXCEPT |
| static fl::shared_ptr< json_value > | parse2 (const fl::string &txt) FL_NOEXCEPT |
| static fl::shared_ptr< json_value > | parse2 (fl::string_view txt) FL_NOEXCEPT |
| static bool | parse2_validate_only (const fl::string &txt) FL_NOEXCEPT |
| static bool | parse2_validate_only (fl::string_view txt) FL_NOEXCEPT |
Public Attributes | |
| variant_t | data |
Friends | |
| const_iterator | begin (const json_value &v) FL_NOEXCEPT |
| iterator | begin (json_value &v) FL_NOEXCEPT |
| const_iterator | end (const json_value &v) FL_NOEXCEPT |
| iterator | end (json_value &v) FL_NOEXCEPT |
| class | json |
| struct | SerializerVisitor |