Source code
Revision control
Copy as Markdown
Other Tools
{
KeyName1 = /* embedded comment */ Value1;
AnotherKeyName = "Value2";
// This should be ignored. Ignored = "Not in here"
Something = ( "ArrayItem1", "ArrayItem2", "ArrayItem3" );
Key4 = 0.10; // Line Comment
KeyFive = { Dictionary2Key1 = "Something"; AnotherKey = "Somethingelse"; };
}