forked from Trustie/forgeplus
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
|
|
json.status 0
|
||
|
|
json.message "success"
|
||
|
|
json.data do
|
||
|
|
json.array! @data do |row|
|
||
|
|
json.code row["code"]
|
||
|
|
json.line row["line"]
|
||
|
|
end
|
||
|
|
end
|