Skip to content
  • Joey Hess's avatar
    allow using Aeson for streaming JSON output · a030d0a8
    Joey Hess authored
    Keeping Text.JSON use for now, because it seems a better fit for most of
    the commands, which don't use very structured JSON objects, but just output
    whatever fields suites them. But this lets Aeson be used when a more
    structured data type is available to serialize to JSON.
    a030d0a8