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