# JsonValueType

## `JsonValueType` (ENUM)

TYPE JsonValueType : none, json\_string, json\_number, json\_integer, json\_boolean, json\_null, json\_array, json\_object

)

InOut:

| Name          | Initial | Comment |
| ------------- | ------- | ------- |
| none          |         |         |
| json\_string  |         |         |
| json\_number  |         |         |
| json\_integer |         |         |
| json\_boolean |         |         |
| json\_null    |         |         |
| json\_array   |         |         |
| json\_object  |         |         |
