jsonsystems / json-schema

JSONSchema.Net Public Repository
Apache License 2.0
663 stars 64 forks source link

contents of "Copy to clipboard" with line order number #32

Closed armoour closed 6 years ago

armoour commented 6 years ago

if i click "Copy to clipboard" button and paste on my notepad, i find the order number of line before each line as belowing:

  1 {
  2   "definitions": {},
  3   "$schema": "http://json-schema.org/draft-07/schema#",
  4   "$id": "http://example.com/root.json",
  5   "type": "object",
  6   "title": "The Root Schema",
  7   "required": [
  8     "time",
  9     "errno",
 10     "error",
 11     "data"
 12   ],
...

image

i don't think the order number before each line is adorable:),please help

armoour commented 6 years ago

my bad , this button can help, so close it; image