X-Git-Url: http://nitlanguage.org diff --git a/lib/json/error.nit b/lib/json/error.nit index 85e6154..26a9952 100644 --- a/lib/json/error.nit +++ b/lib/json/error.nit @@ -16,6 +16,7 @@ import nitcc_runtime # Ill-formed JSON. class JsonParseError super Error + serialize # The location of the error in the original text. var position: nullable Position