Duplicate
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Christian MeisChristian MeisPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Christian Meis
Christian MeisPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 30 July 2021 at 07:50
Updated 3 August 2021 at 17:56
Resolved 3 August 2021 at 17:55
take this JSON response from an HTTP API:
{
"error": null,
"token": null,
"statusVersion": 2,
"statusCode": "succeeded",
"percentProgress": null,
"statusText": null,
"result": {
"totalSizeMB": 25877,
"databaseFileSizeMB": 172,
"contentFileSizeMB": 25501,
"indexFileSizeMB": 204,
"numberOfMessages": 126212
},
"logOutput": null
}
Looks valid to me, also jsonlint.com etc. validate it correctly.
isJson is giving false for the JSON below, and deserializeJson is throwing this error:
Syntax Error, Invalid Construct
at position 1 in [{
"error": null, ...]