lib & contrib: update imports
[nit.git] / lib / nitcorn / restful.nit
index 158643a..4342a11 100644 (file)
@@ -16,7 +16,7 @@
 module restful is new_annotation(restful)
 
 import nitcorn
-import json::serialization
+import json
 
 # Action with `restful` methods
 class RestfulAction