func X3.EN_JSON_TO_ARRAY(Clbfile JSON_IN, Clbfile() ARRAY_OUT) : Integer

Split the json stream into an array of json for a collection

  • JSON_IN Clbfile Original Clob containing the Json stream
  • ARRAY_OUT Clbfile() Clob array containing Json records
Return Integer Number of entries
Example