forked from duncantl/RJSONIO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Todo.xml
34 lines (28 loc) · 820 Bytes
/
Todo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../../../Projects/org/omegahat/Docs/XSL/Todo.xsl" ?>
<topics xmlns:r="http://www.r-project.org">
<items>
<item>
Swap in the latest version of libjson (e.g. 7.0)
<br/>
We should allow the package to be built against
an existing installed libjson.
</item>
<item>
Perhaps allow objects with homogeneous elements to be converted
to named vectors, e.g. servlet-mapping in web.json
</item>
<item status="done">
<r:code>
fromJSON("inst/sampleData/menu.json")
</r:code>
takes the elements in menuitem and condenses them into a matrix
and discards the names.
<br/>
Put in a check on names in <r:func>condense</r:func>
</item>
<item>
Put in a pure C routine to read the content.
Mimic the R basicJSONHandler$update function.
</item>
</items>