|
@@ -4107,12 +4107,12 @@
|
|
|
<td>fromJSON</td>
|
|
<td>fromJSON</td>
|
|
|
<td>parses the bytes as JSON so you can access individual properties</td>
|
|
<td>parses the bytes as JSON so you can access individual properties</td>
|
|
|
<td><code>[]byte</code></td>
|
|
<td><code>[]byte</code></td>
|
|
|
-<td><code>interface{}</code></td>
|
|
|
|
|
|
|
+<td><code>any</code></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>toJSON</td>
|
|
<td>toJSON</td>
|
|
|
<td>encodes the provided object as json string</td>
|
|
<td>encodes the provided object as json string</td>
|
|
|
-<td><code>interface{}</code></td>
|
|
|
|
|
|
|
+<td><code>any</code></td>
|
|
|
<td><code>string</code></td>
|
|
<td><code>string</code></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|