That's isn't JSON, it's URL-encoded JSON (
"{\"key\":\"value\"}"
). URL-decode it first.
"{\"key\":\"value\"}"
). URL-decode it first.