format.JsonParser

JsonParser

package haxe-format

Available on all platforms

An implementation of JSON parser in Haxe.

This class is used by haxe.Json when native JSON implementation is not available.

See:

Static methods

static inline parse (str:String):Dynamic

Parses given JSON-encoded str and returns the resulting object.

JSON objects are parsed into anonymous structures and JSON arrays are parsed into Array<Dynamic>.

If given str is not valid JSON, an exception will be thrown.

If str is null, the result is unspecified.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/haxe/format/JsonParser.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部