Class _json

java.lang.Object
org.python.modules._json._json
All Implemented Interfaces:
ClassDictInit

public class _json extends 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.)
  • Field Details

    • __doc__

      public static final PyString __doc__
    • module

      public static final PyObject module
  • Constructor Details

    • _json

      public _json()
  • Method Details

    • classDictInit

      public static void classDictInit(PyObject dict)