SAX parsers for JSON floating-point numbers.
Definition in file number_parser.hpp.
Go to the source code of this file.
#include <userver/formats/json/parser/typed_parser.hpp>
This graph shows which files directly or indirectly include this file:Classes | |
| class | formats::json::parser::NumberParser< Number > |
| SAX parsers for JSON floating-point numbers. More... | |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::json |
| JSON support. | |
| namespace | formats::json::parser |
| Streaming JSON SAX parsers and parser stack. | |
Typedefs | |
| using | formats::json::parser::DoubleParser = NumberParser<double> |
| using | formats::json::parser::FloatParser = NumberParser<float> |