| Package | Description |
|---|---|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| Modifier and Type | Class and Description |
|---|---|
class |
JSONParser
Fast and dirty parser for JSON content on the web, it essentially returns
a
Map object containing the object fields mapped to their values. |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSONParser.parse(Reader i,
JSONParseCallback callback)
Static method! Parses the given input stream and fires the data into the given callback.
|
Copyright © 2022. All rights reserved.