Value returns the value of the current key/value pair. Only valid after a call to Next returns true.
()
| 130 | // Value returns the value of the current key/value pair. |
| 131 | // Only valid after a call to Next returns true. |
| 132 | Value() string |
| 133 | |
| 134 | // ValueBytes returns the value as bytes. The returned bytes |
| 135 | // should not be written and are invalid after the next call |
no outgoing calls