aboutsummaryrefslogtreecommitdiff
path: root/src/json/json_spirit_value.cpp
blob: 53cd96dcb68da8b65a72bf53434503dabd1c4292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2007 John W Wilkinson

   This source code can be used for any purpose as long as
   this comment is retained. */

// json spirit version 2.00

#include "json_spirit_value.h"

namespace json_spirit {
    const char* Value_type_name[]={"obj", "array", "str", "bool", "int", "real", "null"};
}