Querying JSON Fields for a Value Regardless of Key

I sure the query should be similar to this case Help with Filtering values in a Subquery with Manticore - #10 by tomat

SELECT *,  ANY((int(x) = 13) FOR x IN context) AS cond FROM table where cond=1;