I want to print json like
[
{"ID" : 1, "NAME" : "test1"},
{"ID" : 2, "NAME" : "test2"}
]
Is it possible with jsonbuilder?
I want to print json like
[
{"ID" : 1, "NAME" : "test1"},
{"ID" : 2, "NAME" : "test2"}
]
Is it possible with jsonbuilder?