]> gitweb.factorcode.org Git - factor.git/history - basis/json
scryfall: make decks better, import from moxfield
[factor.git] / basis / json /
2023-10-29 Doug Colemanjson: update old unit test for -0 => -0.0
2023-10-28 Raghu Rjson: add special case and test for "-0" case
2023-10-25 John Benediktssonjson: adding "Copy JSON" UI operation
2023-10-02 Doug Colemanjson: add rewrite-json words and tests
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-07-19 John Benediktssonjson.prettyprint: need to fix this
2023-07-19 John Benediktssonjson: use linked-assocs for order preservation
2023-05-31 John Benediktssonjson.prettyprint: fix print-json rename
2023-05-31 John Benediktssonjson: adding some JSON Lines support
2023-04-18 John Benediktssongithub: fix json.http duplication
2023-04-18 Doug Colemanjson: add json.http and some helper words for http...
2023-04-14 Doug Colemanjson: add json-null>f
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-08 John Benediktssonjson: forgot to re-add the tests
2023-01-25 John Benediktssonjson: merging reader/writer for simplicity
2023-01-20 John BenediktssonSwitch to https urls
2023-01-13 John Benediktssonfix some unit-test syntax to use array instead of quota...
2023-01-12 Doug Colemanfactor: fix some spacing
2022-07-31 Doug Colemansequences: add index-of-last
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-12 Doug Colemanbasis: trim using lists
2021-12-22 John Benediktssonjson.reader: less declare/unsafe.
2021-03-11 John Benediktssonjson.reader: make path>jsons check for balanced brackets.
2021-03-11 Doug Colemanjson.reader: Add a path>jsons for files that have multi...
2020-12-13 John Benediktssonjson.reader: fix for rename.
2020-12-11 John Benediktssonjson.reader: rename read-json-objects to read-json.
2020-10-26 Abtin MolaviJSON reader improvements (#2353)
2019-12-13 John Benediktssoncore/basis/extra: using while* in a few places.
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-07-06 Björn Lindqvistbasic/, extra/: even more tags
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-03-05 Benjamin PollackImport a few extra JSON tests from Jansson
2016-02-18 Doug Colemanjson.prettyprint: Add a simple json prettyprinter.
2015-09-10 John Benediktssonsyntax: removing #! as a comment character.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-03 Doug Colemanjson.reader: Fix json reader for empty files to parse...
2015-07-29 John Benediktssonjson.reader: fix segfault when parsing non-JSON documents.
2015-07-29 John Benediktssonjson.reader: enforce json> takes a string.
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemantests: prefer ${ } instead of 1array
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-11 Jon Harperjson.writer: add an explicit error when serializing...
2015-06-11 Jon Harperjson.reader: read Infinity, -Infinity and NaN
2015-06-11 Jon Harperjson.reader: read UTF-16 surrogate pairs
2015-06-10 John BenediktssonFix tests broken by word hashcode change.
2015-01-04 John Benediktssonjson.writer: make sure we make hex values two digits...
2015-01-03 John Benediktssonjson.writer: support escaping unicode > 0x10000. Thank...
2014-12-25 John Benediktssonjson.writer: don't escape spaces, thats weird.
2014-11-29 John Benediktssonjson: rename json-allow-nans? to json-allow-fp-special?.
2014-11-28 John Benediktssonjson: rename to json-coerce.
2014-11-28 John Benediktssonjson: cleanup and add more parameters for writing.
2014-11-27 John Benediktssonjson: better support for escaped strings.
2014-11-23 Doug Colemanjson.writer: Didn't end up using present vocab after...
2014-11-23 Doug Colemanjson.writer: Allow more objects to be keys in >json...
2014-11-15 John Benediktssonjson.writer: handle special floats.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-05-24 John Benediktssonbasis: fix some doc usings.
2014-05-24 John Benediktssonimprove help by linking to types directly.
2013-03-15 John Benediktssonjson: some performance improvements.
2012-07-12 John Benediktssonjson.writer: slightly faster using first2.
2012-07-12 John Benediktssonjson.writer: using interleave is much cleaner (thanks...
2012-07-12 John Benediktssonjson.writer: faster writing, makes the json benchmark...
2012-07-12 John Benediktssonjson.reader: make json parsing faster for files that...
2011-11-24 Joe Groffuse radix literals
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-09-15 John Benediktssonjson.reader: cleanup and speed up when handling heavily...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ajvondrak/graphviz'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'ex-rzr/fixes'
2011-08-01 Joe GroffMerge branch 'master' of https://github.com/yac/factor
2011-07-28 John BenediktssonMerge branch 'master' into highlight
2011-07-20 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-07-12 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2011-07-11 John BenediktssonMerge remote branch 'upstream/master'
2011-07-05 otoburbjson.writer: Updated docs to mention the dynamic variab...
2011-07-05 otoburbjson.writer: Ability to turn jsvar-encode substituion...
2011-07-05 otoburbjson.writer: Currified jsvar-encode. Removed whitespace...
2011-06-23 otoburbjson.writer: Ability to turn jsvar-encode substitution...
2010-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
next