TOC Prev Next
CUE supports C-style block and line comments.
// whole numbers one: 1 two: 2 /* fractions */ "two-and-a-half": 2.5
{ "one": 1, "two": 2, "two-and-a-half": 2.5 }