Skip to content

Commit ee6f518

Browse files
authored
Merge branch 'main' into testing
2 parents 58168b5 + 5c605eb commit ee6f518

File tree

5 files changed

+30
-2
lines changed

5 files changed

+30
-2
lines changed

topics/json-api/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
display_name: "JSON:API"
3+
created_by: Yehuda Katz, Dan Gebhardt, Gabe Sullice, Jeldrik Hanschke, Tyler Kellen, Steve Klabnik,Ethan Resnick
4+
logo: json-api.png
5+
released: May 3, 2013
6+
short_description: "JSON:API is a specification for building APIs in JSON."
7+
topic: json-api
8+
url: https://jsonapi.org
9+
related: json, emberjs, rest-api, json-ld, hal, hateoas, siren, hydra, collection-json
10+
---
11+
**JSON:API** is a specification for how a client should request that resources be fetched or modified, and how a server should respond to those requests. JSON:API is designed to minimize both the number of requests and the amount of data transmitted between clients and servers. This first draft was extracted from the JSON transport implicitly defined by Ember Data’s REST adapter. In general, Ember Data’s goal is to eliminate the need for ad-hoc code per application to communicate with servers that communicate in a well-defined way. The REST Adapter in Ember Data implicitly defined a protocol that custom servers could implement to get a drop-in client for all of their resources. The goals of the media type are to balance:
12+
13+
* A generic media type that can work across a broad set of use cases, including the generally used relationship types
14+
* Similarity to existing server-side framework practices (and human readability for debugging)
15+
* Ease of implementation on the server side
16+
* Ease of implementation on the client side
17+
18+
This specification reached a stable version 1.0 on May 29, 2015.

topics/json-api/json-api.png

9.99 KB
Loading

topics/json/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
aliases: json-api, jsonapi
32
created_by: Douglas Crockford
43
display_name: JSON
54
logo: json.png
@@ -9,5 +8,6 @@ short_description: JSON (JavaScript Object Notation) allows for easy interchange
98
topic: json
109
url: http://www.json.org/
1110
wikipedia_url: https://en.wikipedia.org/wiki/JSON
11+
related: toml, yaml, json5, jsonc, xml, json-api, bson, json-ld, properties, jq
1212
---
13-
JSON (JavaScript Object Notation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.
13+
**JSON** (**J**ava**S**cript **O**bject **N**otation) is a standard file format that uses text to communicate data objects to array data types. This notation makes it easy for applications to parse and generate files. JSON grew out of the need to have a real-time server-to-web browser communication.

topics/kokkos/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
display_name: Kokkos
3+
github_url: https://github.com/kokkos
4+
logo: kokkos.png
5+
related: c-plus-plus, parallel-computing, high-performance-computing
6+
short_description: Kokkos C++ Performance Portability EcoSystem.
7+
topic: kokkos
8+
url: https://kokkos.github.io/
9+
---
10+
The Kokkos C++ Performance Portability Ecosystem is a production level solution for writing modern C++ applications in a hardware agnostic way. The Ecosystem consists of multiple libraries addressing the primary concerns for developing and maintaining applications in a portable way. The three main components are the [Kokkos Core Programming Model](https://github.com/kokkos/kokkos), the [Kokkos Kernels Math Libraries ](https://github.com/kokkos/kokkos-kernels) and the [Kokkos Profiling and Debugging Tools](https://github.com/kokkos/kokkos-tools).

topics/kokkos/kokkos.png

32.9 KB
Loading

0 commit comments

Comments
 (0)