June 5, 2016
11:10 a.m.
Hi, shouldn't this throw an error instead of producing a broken JSON? STON toJsonString: ({'a' -> 'b'}) ["a":"b"] (also STON toJsonString: ('a' -> 'b') => "a":"b") Clearly I forgot to cast it to dictionary, but shouldn't it throw up? Thanks, Peter