The json.Serializer class
The json.Serializer
class provides methods to serialize Genero BDL
variable to JSON objects and vice versa.
The
json.Serializer
class is provided in the json
C-Extension library. To use the
json.Serializer
class, you must import the json
package in your
program:IMPORT json
The json.Serializer
class provides methods to serialize Genero BDL variables to
JSON objects and JSON objects to Genero BDL variables. This class is a static class and does not
have to be instantiated. The status variable is set to zero after a successful method call.