Sha256: d37bf2c6a2c886d141b9f8c41865b8d493ed0cbac45bd8bf9a25b8707baeaf98

Contents?: true

Size: 585 Bytes

Versions: 6

Compression:

Stored size: 585 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 "BlueprintSourcemap.h"

namespace snowcrash {

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

    // Naive Sourcmap JSON serialization to ostream
    void SerializeSourceMapJSON(const snowcrash::SourceMap<snowcrash::Blueprint>& blueprint, std::ostream &os);
}

#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redsnow-0.3.7 ext/snowcrash/src/SerializeJSON.h
redsnow-0.3.4 ext/snowcrash/src/SerializeJSON.h
redsnow-0.3.3 ext/snowcrash/src/SerializeJSON.h
redsnow-0.3.2 ext/snowcrash/src/SerializeJSON.h
redsnow-0.3.1 ext/snowcrash/src/SerializeJSON.h
redsnow-0.3.0 ext/snowcrash/src/SerializeJSON.h