"param\\21" : {"param\\22" : 27}
Result:
Error: 'invalid group reference 22 at position 9'!
No problem with masked backslash at left hand side of the colon:
"param\\21" : "value"
Maybe a side effect of allowing masked backslashes now.
And similar to
#251