func X3.EN_JSON_GET_ONE(Clbfile JSON_IN, Integer NUMBER_IN) : Clbfile

Returns the NUMBER_IN entry (from 1 to X) of a collection

  • JSON_IN Clob Json collection to get input from
  • NUMBER_IN Integer Number of the input to retrieve (1 to X)
Return Clbfile Clob Json collection number X
Example