UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case011 package¶
Submodules¶
UseCases.standard_compliance.IETF_RFC.rfc6902_examples.a_quotes_rfc6902.Case011.CallCase module¶
Extensions for standards tests from RFC6901.
This case covers in particular extensions to the standard contained examples.
For JSON notation of RFC6901:
{ "": { "": { "": ["tripleempty0", "tripleempty1"] } } }
Pointer access:
"" { "": { "": { "": ["tripleempty0", "tripleempty1"] } } }
"/" { "": { "": ["tripleempty0", "tripleempty1"] } }
"//" { "": ["tripleempty0", "tripleempty1"] }
"///" ["tripleempty0", "tripleempty1"]
"///0" "tripleempty0"
"///1" "tripleempty1"
Module contents¶
Operator __add__.