File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ show_masthead: true
5
5
---
6
6
7
7
If you've ever argued with your team about the way your JSON responses
8
- should be formatted, JSON: API can be your anti-[ bikeshedding] ( http://bikeshed.org ) tool.
8
+ should be formatted, JSON: API can help you stop the
9
+ [ bikeshedding] ( http://bikeshed.org ) and focus on what matters:
10
+ ** your application** .
9
11
10
- By following shared conventions, you can increase productivity,
11
- take advantage of generalized tooling, and focus on what
12
- matters: your application.
13
-
14
- Clients built around JSON: API are able to take
15
- advantage of its features around efficiently caching responses,
12
+ By following shared conventions, you can increase productivity, take advantage
13
+ of generalized tooling and best practices. Clients built around JSON: API are
14
+ able to take advantage of its features around efficiently caching responses,
16
15
sometimes eliminating network requests entirely.
17
16
18
17
Here's an example response from a blog that implements JSON:API:
You can’t perform that action at this time.
0 commit comments