10/10/2024 5:15 PM | |
Joined: 7/7/2010 Last visit: 11/6/2024 Posts: 15385 Rating: (2443)
|
After reviewing the library documentation, the input buffer being empty violates one of the requirements for calling the JSON deserializer. The JSON structure must exist and be valid - and in a compressed JSON format. You need to write your own JSON validation logic, with at least verification of the buffer not being empty, and starting and stopping with the correct delimiters. If you feel this should be provided as part of the library, you are welcome to share that with Siemens Support as noted in the documentation at this link: https://www.siemens.com/SupportRequest
|
science guy |
|
Follow us on