added: JSONToSpaceParser -- a parser for JSON format to Space structure
added: SpaceToJSON -- a serializer from Space structure to JSON (not finished yet) git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@427 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef headerfile_picotools_confparser_confparser
|
||||
#define headerfile_picotools_confparser_confparser
|
||||
#ifndef headerfile_picotools_confparser_spaceparser
|
||||
#define headerfile_picotools_confparser_spaceparser
|
||||
|
||||
#include <fstream>
|
||||
#include "space.h"
|
||||
@@ -276,7 +276,7 @@ private:
|
||||
|
||||
/*
|
||||
input file is in UTF-8
|
||||
default: false
|
||||
default: true
|
||||
*/
|
||||
bool input_as_utf8;
|
||||
|
||||
|
Reference in New Issue
Block a user