objects.json 223 B

123456789101112
  1. {
  2. "objects": {
  3. "test": {
  4. "result": "yes",
  5. "format": "More than #{ many }"
  6. }
  7. },
  8. "phrases": {
  9. "test a": "Test A",
  10. "this_is_simple": "This is simple!"
  11. }
  12. }