Files
openide/json/tests/testData/highlighting/WebUrls.json
Yuriy Artamonov 8119f88ac4 [json] IDEA-293580 Make plain text URLs as clickable in JSON string value
GitOrigin-RevId: 27b6b76e694b943cc62db417cf8a390c71c132f1
2022-05-05 18:31:57 +00:00

6 lines
302 B
JSON

{
<info descr="Property key">"some"</info>: "<info>http://localhost</info>",
<info descr="Property key">"secure"</info>: "<info>https://localhost</info>",
<info descr="Property key">"not-url"</info>: "https :// localhost",
<info descr="Property key">"https://key-not-checked"</info>: "value"
}