The _json juggling attack is an in-band signaling attack targeting JSON parsing within Ruby on Rails. The vulnerability exists in code that handles the conflict between the following: Rails parses JSON request bodies into params, which is always a Hash-like object. Rails accepts JSON request bodies that are arrays, strings, numbers, etc which are not Hash-like.