Arc Forumnew | comments | leaders | submitlogin
1 point by i4cu 1912 days ago | link | parent

> Users need JSON. JSON has true, false, null, strings, numbers, arrays, tables, and empty arrays.

JSON supports empty lists (arrays) and 'null'. Currently I can pass in () for the array and nil for null. How would this be managed?