use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
Content-type: application/x.foo+bar+json
|
||||
|
||||
{"foo":"bar"}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["header-name", "Content-type:"],
|
||||
" application/x.foo+bar+json",
|
||||
["application/json", [
|
||||
["punctuation", "{"],
|
||||
["property", "\"foo\""],
|
||||
["operator", ":"],
|
||||
["string", "\"bar\""],
|
||||
["punctuation", "}"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for content with JSON suffix in HTTP.
|
@ -0,0 +1,21 @@
|
||||
Content-type: application/json
|
||||
|
||||
{"foo":"bar"}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["header-name", "Content-type:"],
|
||||
" application/json",
|
||||
["application/json", [
|
||||
["punctuation", "{"],
|
||||
["property", "\"foo\""],
|
||||
["operator", ":"],
|
||||
["string", "\"bar\""],
|
||||
["punctuation", "}"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for JSON content in HTTP.
|
Reference in New Issue
Block a user