null are conserved
JsonArray is converted to List<String>
JsonObject is converted to Map<String, String>
any other value is converted to a string
Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc...ExpandOptions.allowVariableMiss field = true as mandated by the RFC.ExpandOptions.uri.Variables.addAll(JsonObject) but overwrites previous variables.NoSuchElementException
to be thrown.String or a List<String> or a Map<String, String>.null are conserved
JsonArray is converted to List<String>
JsonObject is converted to Map<String, String>
any other value is converted to a string
Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc...Copyright © 2023 Eclipse. All rights reserved.