JSON Voorhees
Killer JSON for C++
encode.hpp File Reference

Classes and functions for encoding JSON values to various representations. More...

#include <jsonv/config.hpp>
#include <jsonv/forward.hpp>
#include <jsonv/string_view.hpp>
#include <iosfwd>

Go to the source code of this file.

Classes

class  jsonv::encoder
 An encoder is responsible for writing values to some form of output. More...
 
class  jsonv::ostream_encoder
 An encoder that outputs to an std::ostream. More...
 
class  jsonv::ostream_pretty_encoder
 

Detailed Description

Classes and functions for encoding JSON values to various representations.

Copyright (c) 2014 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 encode.hpp.