This procedure writes an array attribute of type NUMBER.
Syntax
APEX_JSON.WRITE (
    p_value    IN NUMBER );
Parameters
Table 19-45 WRITE Procedure Parameters
| Parameter | Description | 
|---|---|
| 
 
  | 
 The value to be written.  | 
Example
See "WRITE Procedure Signature 1".
Parent topic: APEX_JSON