UseCases.standard_compliance.IETF_RFC.rfc6901_examples.Case010_extended_JSON package¶
Submodules¶
UseCases.standard_compliance.IETF_RFC.rfc6901_examples.Case010_extended_JSON.CallCase module¶
Extensions for standards tests from RFC6901.
This case covers in particular extensions to the standard contained examples.
For JSON notation of RFC6901:
{ "": { "": ["doubleempty0", "doubleempty1"] } }
Pointer access:
"" { "": { "": ["doubleempty0", "doubleempty1"] } }
"/" { "": ["doubleempty0", "doubleempty1"] }
"//" ["doubleempty0", "doubleempty1"]
"//0" "doubleempty0"
"//1" "doubleempty1"
Module contents¶
Extension to the base example.