We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Select all posts on paid plans:
find . -type f -name "*.json" -exec dirname {} \; -exec jq '.["post_contents"][] | select(.plan.price > 0) | .filename' {} \;