|
|
@ -154,7 +154,7 @@ public abstract class ValueNode { |
|
|
|
if ((c0 == '[' && c1 == ']') || (c0 == '{' && c1 == '}')){ |
|
|
|
if ((c0 == '[' && c1 == ']') || (c0 == '{' && c1 == '}')){ |
|
|
|
try { |
|
|
|
try { |
|
|
|
Configuration.defaultConfiguration().jsonProvider().parse(str); |
|
|
|
Configuration.defaultConfiguration().jsonProvider().parse(str); |
|
|
|
return false; |
|
|
|
return true; |
|
|
|
} catch(Exception e){ |
|
|
|
} catch(Exception e){ |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|