big-moving.ru/assets/vendor_plugins/ace-builds-master/demo/kitchen-sink/docs/hjson.hjson

17 lines
319 B
Plaintext
Raw Normal View History

2022-06-24 15:29:23 +05:00
{
# 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!
}