This document introduces BLDR, a JSON templating DSL created by Alex Sharp for use at Zaarly. BLDR allows defining JSON responses through a simple declarative API, with support for objects, collections, attributes, nesting, and custom handlers. It aims to provide more control over JSON responses than using #as_json directly in Ruby on Rails.