You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling new LazyObject("{\"key\":2]") will raise a LazyException.
Calling new LazyObject("{\"key\":2}\"") will raise a NullPointer exception.
It would be great if all parsing issues raised a LazyException.
The stacktrace:
java.lang.NullPointerException
at me.doubledutch.lazyjson.LazyParser.tokenize(LazyParser.java:263)
at me.doubledutch.lazyjson.LazyObject.<init>(LazyObject.java:23)
The text was updated successfully, but these errors were encountered:
Calling
new LazyObject("{\"key\":2]")
will raise a LazyException.Calling
new LazyObject("{\"key\":2}\"")
will raise a NullPointer exception.It would be great if all parsing issues raised a LazyException.
The stacktrace:
The text was updated successfully, but these errors were encountered: