lib/json: remove Jsonable and replace it by Serializable
[nit.git] / contrib / neo_doxygen / src / model / location.nit
index d5f3727..576a087 100644 (file)
@@ -20,7 +20,7 @@ import json
 
 # A location inside a source file.
 class Location
-       super Jsonable
+       super Serializable
 
        # The file’s path.
        var path: nullable String = null is writable