JSON serialization rules and customization

This section describes the rules, attributes, and options used when converting BDL values to and from JSON in GWS applications.

The topics in this section cover the default BDL/JSON type mappings, the attributes that modify these mappings, and the options that control JSON serialization and deserialization. These attributes and options are also referenced from the json.Serializer class page.

For permissive JSON parsing rules implemented by the util.JSON class, refer to JSON to BDL type conversion rules and BDL to JSON type conversion rules