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