All Questions
Tagged with json documentation
3 questions
1
vote
1
answer
104
views
What is the word for the "shape" of json requests/responses? [closed]
For example, what would you name a module containing all of the Pydantic models for your FastAPI project? What would you put as a subtitle in your documentation below an example JSON api response? In ...
1
vote
1
answer
193
views
Documenting MVC JSON API
I've got an MVC5 application that we're using an a JSON API for various clients (mobile apps, other web applications, etc.) as well as a traditional web application. Controller actions that return ...
16
votes
6
answers
2k
views
Is saying "JSON Object" redundant?
If JSON stands for JavaScript Object Notation, then when you say JSON object, aren't you really saying "JavaScript Object Notation Object"?
Would saying "JSON string" be more correct?
Or would it be ...