docs/reference/classes/resultset.md
<a name="ResultSet"></a>
<a name="new_ResultSet_new"></a>
A ResultSet contains a list or results
| Param | Type |
|---|---|
| entries | <code>Array</code> |
<a name="ResultSet+valueOf"></a>
Returns the array with results hold by this ResultSet
Kind: instance method of <code>ResultSet</code>
Returns: <code>Array</code> - entries
<a name="ResultSet+toString"></a>
Returns the stringified results of the ResultSet
Kind: instance method of <code>ResultSet</code>
Returns: <code>string</code> - string
<a name="ResultSet+toJSON"></a>
Get a JSON representation of the ResultSet
Kind: instance method of <code>ResultSet</code>
Returns: <code>Object</code> - Returns a JSON object structured as:
{"mathjs": "ResultSet", "entries": [...]}
<a name="ResultSet.fromJSON"></a>
Instantiate a ResultSet from a JSON object
Kind: static method of <code>ResultSet</code>
| Param | Type | Description |
|---|---|---|
| json | <code>Object</code> | A JSON object structured as: {"mathjs": "ResultSet", "entries": [...]} |