[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSON ARRAY

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
In addition to Has( ) you should also check for the property's type using the GetType( ) method. There's also one for arrays. And also also, when dealing with JSON remember that there are far fewer datatypes than in ABL: a JSON string can contain character or date data ; a JSON numeric type can contain integer or decimal data.

Continue reading...
 
Status
Not open for further replies.
Back
Top