Module:libextPackage:wrap.ext.dataParent:DataReaderCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.ext.data.JsonReader

Inheritance : Object : DataReader

Constructors

Signature
public JsonReader(JsonReaderConfig config)

Methods

NameSignature
readObject read(Object response)
readRecordsObject readRecords(Array<Object> o)

Properties

NameTypeComment
jsonData
core.Object
meta
core.Object

Constructors

public JsonReader(JsonReaderConfig config)

Parameters

NameTypeDescription
configwrap.ext.data.types.JsonReaderConfig



Methods

read

Object read(Object response)

Returns
core.Object

Parameters

NameTypeDescription
responsecore.Object

readRecords

Object readRecords(Array<Object> o)

Returns
core.Object

Parameters

NameTypeDescription
ocore.Array<core.Object>

Module:libextPackage:wrap.ext.dataParent:DataReaderCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation