cli_with_partials.json 160 B

1234567891011121314
  1. { "users": [
  2. {
  3. "name": "LeBron"
  4. },
  5. {
  6. "name": "LeBron 2"
  7. }
  8. ],
  9. "comments": [
  10. {
  11. "title": "A Comedy of Errors"
  12. }
  13. ]
  14. }