Skip to content

Commit

Permalink
Update section parsing JSON spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Sep 16, 2020
1 parent 58381c5 commit 307cc8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/parseSectionsFormat.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@
// Ex: *** Replied by: ewhile at: 05/08/20 09:21:43 ***
// (Start) ^ ^ (End)
"time": "09:21:43",

// An array of lines with non-printable characters.
"content": [
"Sascha,\n",
"\n",
"Chicken kevin biltong, flank jowl prosciutto shoulder meatball meatloaf sirloin.\n",
"\n",
"Ethan White\n",
"ECN\n"
]
},

{
Expand Down

0 comments on commit 307cc8b

Please sign in to comment.