gamnit: make `SpriteSet` public so clients can use its services
[nit.git] / lib / json / error.nit
index 85e6154..26a9952 100644 (file)
@@ -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