gn24_to_24
Classes
Simple JSON <https://json.org> decoder |
|
Simple JSON <https://json.org> decoder |
|
Simple JSON <https://json.org> decoder |
|
Simple JSON <https://json.org> decoder |
|
Simple JSON <https://json.org> decoder |
Module Contents
- class gn24_to_24.DefaultMangler(*args, **kwargs)[source]
Bases:
json.JSONDecoderSimple JSON <https://json.org> decoder
Performs the following translations in decoding by default:
JSON
Python
object
dict
array
list
string
str
number (int)
int
number (real)
float
true
True
false
False
null
None
It also understands
NaN,Infinity, and-Infinityas their correspondingfloatvalues, which is outside the JSON spec.
- class gn24_to_24.ResourceBaseMangler(*args, **kwargs)[source]
Bases:
DefaultManglerSimple JSON <https://json.org> decoder
Performs the following translations in decoding by default:
JSON
Python
object
dict
array
list
string
str
number (int)
int
number (real)
float
true
True
false
False
null
None
It also understands
NaN,Infinity, and-Infinityas their correspondingfloatvalues, which is outside the JSON spec.
- class gn24_to_24.LayerMangler(*args, **kwargs)[source]
Bases:
DefaultManglerSimple JSON <https://json.org> decoder
Performs the following translations in decoding by default:
JSON
Python
object
dict
array
list
string
str
number (int)
int
number (real)
float
true
True
false
False
null
None
It also understands
NaN,Infinity, and-Infinityas their correspondingfloatvalues, which is outside the JSON spec.
- class gn24_to_24.LayerAttributesMangler(*args, **kwargs)[source]
Bases:
DefaultManglerSimple JSON <https://json.org> decoder
Performs the following translations in decoding by default:
JSON
Python
object
dict
array
list
string
str
number (int)
int
number (real)
float
true
True
false
False
null
None
It also understands
NaN,Infinity, and-Infinityas their correspondingfloatvalues, which is outside the JSON spec.
- class gn24_to_24.MapLayersMangler(*args, **kwargs)[source]
Bases:
DefaultManglerSimple JSON <https://json.org> decoder
Performs the following translations in decoding by default:
JSON
Python
object
dict
array
list
string
str
number (int)
int
number (real)
float
true
True
false
False
null
None
It also understands
NaN,Infinity, and-Infinityas their correspondingfloatvalues, which is outside the JSON spec.