0

I want to print json like

[
  {"ID" : 1, "NAME" : "test1"},
  {"ID" : 2, "NAME" : "test2"}
]

Is it possible with jsonbuilder?

0 Answers0