Sha256: 7cd27912798cbacb139bace3cca916631f9047f8bc0ac6a07ad2ea8b7540f0a3
Contents?: true
Size: 586 Bytes
Versions: 1
Compression:
Stored size: 586 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redsnow-0.2.1 | ext/snowcrash/src/SerializeJSON.h |