Test that a double can be stored in a JsonObject

This commit is contained in:
Benoit Blanchon
2014-09-27 14:59:02 +02:00
parent 71fd2de675
commit 5fa446d3f5
5 changed files with 31 additions and 10 deletions

View File

@ -2,7 +2,7 @@
#include "JsonObject.h"
#include "JsonValue.h"
#include "JsonNode.h"
#include <string.h>
#include <string.h> // for strcmp
//JsonValue& JsonObject::operator[](char const* key)
//{