Comments
Of course, you can add comments to your code.
# line comment
get /users
# another line comment
post /users {
name: "morpheus", # inline comment
job: "leader"
}
Last updated on
Of course, you can add comments to your code.
# line comment
get /users
# another line comment
post /users {
name: "morpheus", # inline comment
job: "leader"
}