Ben Fry
|
006ea4d340
|
more JSON fixes for API consistency w/ the rest of processing.data.*
|
2013-05-02 15:55:30 -04:00 |
|
Frank Leon Rose
|
5988df03fb
|
Added setString(int, String) and append(String) to JSONArray
String is one of the core datatypes JSONArray supports.
|
2013-05-02 12:15:17 -04:00 |
|
Ben Fry
|
f8d25375cc
|
bug fixing on Dict and List classes, add Iterable constructor
|
2013-05-01 14:54:54 -04:00 |
|
Ben Fry
|
9a6b1dcdb6
|
add clearRows()
|
2013-04-30 19:23:51 -04:00 |
|
Ben Fry
|
625ce847e4
|
fix for bin extension not being set in Table
|
2013-04-30 18:57:23 -04:00 |
|
Ben Fry
|
82df257c77
|
switch to getSubset(), mult() instead of mul(), add upper/lower
|
2013-04-29 14:59:27 -04:00 |
|
Ben Fry
|
058c19c958
|
add ODS table parsing, also cleanup load/save for Table
|
2013-04-29 12:29:09 -04:00 |
|
Ben Fry
|
59b9cd573a
|
fixing sort() methods so they are actually, you know, accurate... also ironing out Table bits
|
2013-04-29 09:45:30 -04:00 |
|
Ben Fry
|
b56459d14f
|
API cleanups, fix #1660 and #1680 for JSON, plus #1734 for Table
|
2013-04-28 20:43:49 -04:00 |
|
Ben Fry
|
3ab855e69a
|
add hasKey() methods
|
2013-04-28 15:13:51 -04:00 |
|
Ben Fry
|
2daa6269b2
|
rename to use Dict instead of Hash, remove HTML and ODS tables
|
2013-04-28 15:11:07 -04:00 |
|
Ben Fry
|
7ac6a0bd79
|
more massaging, also tweak Table accessors for types
|
2013-04-28 14:55:12 -04:00 |
|
Ben Fry
|
c7702c9b61
|
more API cleanups for consistency
|
2013-04-28 14:17:29 -04:00 |
|
Ben Fry
|
4fd831fb89
|
further normalization of the data API
|
2013-04-28 13:20:56 -04:00 |
|
Ben Fry
|
fe8690844f
|
moving to keys() for iterable, cleaning up list API
|
2013-04-28 12:38:11 -04:00 |
|
Ben Fry
|
10892bbc7d
|
fix up StringHash, also fix the sort order in the others
|
2013-04-28 10:58:18 -04:00 |
|
Ben Fry
|
f92b7d5e72
|
port float changes over to int
|
2013-04-28 10:49:06 -04:00 |
|
Ben Fry
|
75b5bc9489
|
cleaning up FloatHash, getting to work on the others, fix iterator in Table
|
2013-04-28 10:40:59 -04:00 |
|
Ben Fry
|
b70855d74f
|
save methods for JSON objects and arrays
|
2013-04-26 15:16:46 -04:00 |
|
Ben Fry
|
7274c54196
|
Merge branch 'master' of github.com:processing/processing
|
2013-04-26 14:57:13 -04:00 |
|
Ben Fry
|
8124390044
|
JSON fixes for Shiffman
|
2013-04-26 14:57:07 -04:00 |
|
Daniel Shiffman
|
936790e30b
|
fixing setJSONObject setJSONArray
|
2013-04-26 13:55:41 -04:00 |
|
Ben Fry
|
21d553ba02
|
working on List class
|
2013-04-21 17:27:02 -04:00 |
|
Ben Fry
|
fef259524c
|
add get/setContent() for XML
|
2013-04-20 07:57:31 -04:00 |
|
Ben Fry
|
1813f7ab7f
|
Merge branch 'master' of github.com:processing/processing
|
2013-04-11 08:08:54 -04:00 |
|
Ben Fry
|
f8ef0c1be1
|
work on json a little, other tweaking
|
2013-04-11 08:08:50 -04:00 |
|
Scott Murray
|
ae312eee2d
|
Added XML parameter description placeholders for processing/processing-web#81
|
2013-04-03 09:56:36 -07:00 |
|
Scott Murray
|
ba3223d418
|
Fixed #71
|
2013-04-01 16:46:41 -07:00 |
|
Scott Murray
|
b174035021
|
Added addColum() to reference… hopefully
|
2013-03-13 14:21:54 -07:00 |
|
Scott Murray
|
cb31ff51ae
|
Added related links to Table
|
2013-03-13 13:37:32 -07:00 |
|
Ben Fry
|
3ee0222ef1
|
improve load/save of .gz files with Table, clear up some .bin issues
|
2013-02-24 14:03:21 -05:00 |
|
Ben Fry
|
45b3a6de81
|
write release notes, update todo lists
|
2013-02-23 12:04:08 -05:00 |
|
Ben Fry
|
9ae93ce649
|
table fixes and additions
|
2013-02-15 11:07:58 -05:00 |
|
Ben Fry
|
1995a0dba9
|
add listUnique() and countUnique()
|
2013-02-11 12:15:50 -05:00 |
|
Ben Fry
|
40a4f59aac
|
fix removeColumn()
|
2013-02-06 20:22:37 -05:00 |
|
benfry
|
deb1785b76
|
support for reading/writing binary tables
|
2013-01-08 16:05:02 +00:00 |
|
benfry
|
91972d0e9d
|
fix XML indentation and Android issues (issue #1512)
|
2012-12-22 16:35:51 +00:00 |
|
benfry
|
cf05993ab4
|
doing battle with XML and format()
|
2012-12-22 16:17:26 +00:00 |
|
alignedleft
|
b2bb84c4f8
|
Added XML reference for format() and toString()
|
2012-12-20 18:14:32 +00:00 |
|
alignedleft
|
c9afeb5bc5
|
Replaced old XML.parse() reference with PApplet.parseXML() reference
|
2012-12-19 23:09:43 +00:00 |
|
benfry
|
7792e36fde
|
fix categorical data bug
|
2012-12-19 22:34:47 +00:00 |
|
benfry
|
7944e2a6f1
|
copying Table and XML updates to Android
|
2012-12-16 20:57:17 +00:00 |
|
benfry
|
826851f461
|
add check to make sure preceding slash not used w/ getChild
|
2012-12-16 20:40:19 +00:00 |
|
benfry
|
c677e2d443
|
fix indents with XML writing, finalize toString() and format() syntax
|
2012-12-16 20:36:40 +00:00 |
|
benfry
|
c31c40000e
|
work on wrapping up XML changes
|
2012-12-16 19:31:09 +00:00 |
|
benfry
|
0385dc6eb7
|
additional cleanup of JSON
|
2012-12-15 18:37:33 +00:00 |
|
benfry
|
ca76f3dad8
|
working on JSON API
|
2012-12-15 17:47:44 +00:00 |
|
benfry
|
6e0b51db21
|
cleaning up JSON a bit, remove bad import
|
2012-12-13 17:28:52 +00:00 |
|
benfry
|
4194da736c
|
fix for header rows
|
2012-12-13 17:09:53 +00:00 |
|
benfry
|
2a07a1f79b
|
fix table loading quirk with extensions
|
2012-12-11 22:53:11 +00:00 |
|