set_int
Description:
Sets value as the integer content of the this, replacing any existing content.
It is an error to call this on an immutable node, or on a node which is not a value node.
Parameters:
| this |
a node initialized to `JSON_NODE_VALUE` |
| value |
an integer value |