Should be stupid simple with hug since we're already wrapping most of the config in dict-like objects which means processing json is supported out of the box.
@vodik made an interesting point to me that we could consider using a patch request to enable modifying portions of the entire configuration as a single resource.
Should be stupid simple with hug since we're already wrapping most of the config in
dict
-like objects which means processingjson
is supported out of the box.