gophertype/pvt-www/_builtin/js/ace-1.4.8/demo/kitchen-sink/docs/hjson.hjson

17 lines
319 B
Plaintext

{
# specify rate in requests/second (because comments are helpful!)
rate: 1000
// prefer c-style comments?
/* feeling old fashioned? */
# did you notice that rate doesn't need quotes?
hey: look ma, no quotes for strings either!
# best of all
notice: []
anything: ?
# yes, commas are optional!
}