tests.sh: less hackish way to handle fixme directories for savdirs
[nit.git] / lib / json / static.nit
index fbe6810..3d3f0f0 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# Static interface to get Nit objects from a Json string.
+#
+# `String::json_to_nit_object` returns an equivalent Nit object from
+# the Json source. This object can then be type checked by the usual
+# languages features (`isa` and `as`).
 module static
 
+import standard
 private import json_parser
 private import json_lexer