|
@@ -479,6 +479,7 @@ namespace Crown
|
|
|
;
|
|
;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+#if 0
|
|
|
private static string value_to_string(Value? value)
|
|
private static string value_to_string(Value? value)
|
|
|
{
|
|
{
|
|
|
if (value == null)
|
|
if (value == null)
|
|
@@ -500,6 +501,7 @@ namespace Crown
|
|
|
|
|
|
|
|
return "<invalid>";
|
|
return "<invalid>";
|
|
|
}
|
|
}
|
|
|
|
|
+#endif // CROWN_DEBUG
|
|
|
|
|
|
|
|
private void decode(Hashtable json)
|
|
private void decode(Hashtable json)
|
|
|
{
|
|
{
|