nginx return json

location / {
default_type application/json;
return 200 '{"code":"200","result":"hello world!"}';
}

location / {
default_type application/json;
return 200 '{"code":"200","result":"hello world!"}';
}