Package org.python.modules._json
Class _json
- java.lang.Object
-
- org.python.modules._json._json
-
- All Implemented Interfaces:
ClassDictInit
public class _json extends java.lang.Object implements ClassDictInit
This module is a nearly exact line by line port of _json.c to Java. Names and comments are retained to make it easy to follow, but classes and methods are modified to following Java calling conventions. (Retained comments use the standard commenting convention for C.)
-
-
Constructor Summary
Constructors Constructor Description _json()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
classDictInit(PyObject dict)
-