Jon Harper
|
5c23f10e50
|
json.writer: add an explicit error when serializing fp-specials
|
2015-06-10 22:51:39 -07:00 |
John Benediktsson
|
2453a785f7
|
json.writer: make sure we make hex values two digits zero padded.
|
2015-01-04 09:37:03 -08:00 |
John Benediktsson
|
1ec43d7913
|
json.writer: support escaping unicode > 0x10000. Thanks @jonenst!
|
2015-01-03 08:30:26 -08:00 |
John Benediktsson
|
167f4e789c
|
json.writer: don't escape spaces, thats weird.
|
2014-12-25 08:39:53 -08:00 |
John Benediktsson
|
08ec579f87
|
json: rename json-allow-nans? to json-allow-fp-special?.
|
2014-11-28 16:36:07 -08:00 |
John Benediktsson
|
a363c2faf4
|
json: rename to json-coerce.
|
2014-11-28 08:51:16 -08:00 |
John Benediktsson
|
9bba5d1312
|
json: cleanup and add more parameters for writing.
|
2014-11-28 08:11:21 -08:00 |
John Benediktsson
|
d83231a08a
|
json: better support for escaped strings.
|
2014-11-27 14:52:18 -08:00 |
Doug Coleman
|
fb0cae4790
|
json.writer: Didn't end up using present vocab after all.
|
2014-11-23 08:50:28 -08:00 |
Doug Coleman
|
1451c8c157
|
json.writer: Allow more objects to be keys in >json. Not completely sure about -Infinity being a key when ``jsvar-encode?`` is true. See #1189, this might solve it but we need more stress testing it.
|
2014-11-23 04:02:52 -08:00 |
John Benediktsson
|
dcbe85fe9c
|
json.writer: handle special floats.
|
2014-11-14 17:56:19 -08:00 |
John Benediktsson
|
b56556f0ab
|
json: some performance improvements.
|
2013-03-14 18:53:13 -07:00 |
John Benediktsson
|
6b3e416bc1
|
json.writer: slightly faster using first2.
|
2012-07-11 20:47:38 -07:00 |
John Benediktsson
|
749d05ac6c
|
json.writer: using interleave is much cleaner (thanks @jckarter!).
|
2012-07-11 20:41:25 -07:00 |
John Benediktsson
|
a4894fe8c1
|
json.writer: faster writing, makes the json benchmark almost twice as fast.
|
2012-07-11 19:31:57 -07:00 |
otoburb
|
fb95a19352
|
json.writer: Currified jsvar-encode. Removed whitespace in tuple>fields json output. Added tests to json.writer-tests.
|
2011-07-04 23:14:51 -04:00 |
otoburb
|
210228b911
|
json.writer: Ability to turn jsvar-encode substitution on/off via jsvar-encode? dynamic variable. Added test cases.
|
2011-06-23 01:28:24 -04:00 |
Slava Pestov
|
e313988bf0
|
json.writer now converts ratios to floats
|
2008-11-15 03:07:55 -06:00 |
Peter Burns
|
e631e1ca08
|
Normalized spacing to 4 space tabs in json modules
|
2008-11-06 04:41:53 -08:00 |
Peter Burns
|
986ea40835
|
Changed json-null to a SINGLETON for method dispatch
|
2008-11-06 04:38:12 -08:00 |
Peter Burns
|
260862603c
|
Added some tests for json.writer, fixed a bug with t >json and json-null >json
|
2008-11-06 04:26:49 -08:00 |
Slava Pestov
|
cf80dd122a
|
Updating code for make and fry changes
|
2008-09-10 22:11:40 -05:00 |
Slava Pestov
|
724fae53e9
|
Move web framework to basis
|
2008-09-04 18:15:13 -05:00 |