Page Contents

Home > @loopback/context > JSONArray

JSONArray interface

JSON array

Signature:

export interface JSONArray extends Array<JSONValue> 

Extends: Array<JSONValue>