Initial lens implementation
This commit is contained in:
7
helpers/lenses/jsonLens.js
Normal file
7
helpers/lenses/jsonLens.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const jsonLens = {
|
||||
lensName: "JSON",
|
||||
supportedContentTypes: ["application/json", "application/hal+json", "application/vnd.api+json"],
|
||||
renderer: "json",
|
||||
}
|
||||
|
||||
export default jsonLens
|
||||
Reference in New Issue
Block a user