Commit fc0f8be6 authored by l2m2's avatar l2m2

upload

parent 7249cebe
......@@ -4,10 +4,6 @@ var str = " a: 'a' ";
var r = _hocon.parseString(str);
print(JSON.stringify(r));
str = " a: [ 'a' ] ";
r = _hocon.parseString(str);
print(JSON.stringify(r));
str = " a: { key : 'value' } ";
str = ' a: "a" ';
r = _hocon.parseString(str);
print(JSON.stringify(r));
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment