JSON Voorhees
Killer JSON for C++
Loading...
Searching...
No Matches
reader.hpp File Reference

Read a JSON AST. More...

#include <jsonv/config.hpp>
#include <jsonv/ast.hpp>
#include <jsonv/string_view.hpp>
#include <cstdint>
#include <initializer_list>
#include <memory>
#include <string>
+ Include dependency graph for reader.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jsonv::reader
 A reader instance reads from some form of JSON source (probably a string) and converts it into a JSON ast_node sequence. More...
 

Detailed Description

Read a JSON AST.

Copyright (c) 2015-2022 by Travis Gockel. All rights reserved.

This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.

Author
Travis Gockel (travi.nosp@m.s@go.nosp@m.ckelh.nosp@m.ut.c.nosp@m.om)

Definition in file reader.hpp.