jsonarray

jsonarrayjsonarray
  1. JSONArray represents an indexed array , so its put () method takes only a value .

    JSONArray代表索引数组,所以它的put()方法只接受一个值。

  2. This article uses JSONObject , JSONArray , and JsonString for the trees so the example gets the data in the right format .

    本文使用树的JSONObject,JSONArray和JsonString,所以例子可以获得正确格式的数据。

  3. A value provider must implement the IJsonValueProvider interface , which defines a single method getValues () that returns a JSONArray object containing the suggestion list .

    值提供者必须实现IJsonValueProvider接口,它将定义一个getValues()方法,返回包含建议列表的JSONArray对象。