× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.




I think it would be worth saying a bit about what kinds of errors are
forgiven, especially given the results of Jon's testing.


Procedures that parse JSON documents generally return a meaningful
reference to the "root" node when the JSON is valid. That reference is
generally required in order to retrieve any meaningful content from the
document. However, parsers may return a null pointer or meaningless
reference in the event that the JSON contains "unexpected" characters.

My inclination is to always return a meaningful reference regardless of
unexpected characters found in the stream, so that any valid content can be
extracted or reported. That's my idea of error forgiveness. On the other
hand, I think it might be worthwhile to report the position where the first
unexpected character was encountered in the stream.

In the case of Jon's example:

[ "name" : X , "another" : 12 ]

The colon character encountered in position 9 would not be expected.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.