Sha256: b1170d2ee3c84c5d0fa268f090cc5fe84af7423eb718832fbad39173f6d60263

Contents?: true

Size: 412 Bytes

Versions: 9

Compression:

Stored size: 412 Bytes

Contents

//
//  SerializeJSON.h
//  snowcrash
//
//  Created by Zdenek Nemec on 4/27/13.
//  Copyright (c) 2013 Apiary Inc. All rights reserved.
//

#ifndef SNOWCRASH_SERIALIZE_JSON_H
#define SNOWCRASH_SERIALIZE_JSON_H

#include <ostream>
#include "Blueprint.h"

namespace snowcrash {

    // Naive JSON serialization to ostream
    void SerializeJSON(const snowcrash::Blueprint& blueprint, std::ostream &os);
}

#endif 

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
redsnow-0.2.0 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.6 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.5 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.4 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.3 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.2 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.1 ext/snowcrash/src/SerializeJSON.h
redsnow-0.1.0 ext/snowcrash/src/SerializeJSON.h
redsnow-0.0.8 ext/snowcrash/src/SerializeJSON.h