1
Fork 0

Implement literal string #5

Closed
opened 2023-03-01 18:58:53 +01:00 by lucas · 0 comments
Owner

Autodesk's JS parser supports a third kind of string value. Three consecutive "s start a literal string that is only terminated by another set of three "s:

s = """
"
\n
"""
[Autodesk's JS parser](https://github.com/Autodesk/sjson) supports a third kind of string value. Three consecutive `"`s start a literal string that is only terminated by another set of three `"`s: ```sjson s = """ " \n """ ```
lucas added the
kind/feature
stage/actionable
part/parser
labels 2023-03-01 18:59:48 +01:00
lucas closed this issue 2023-03-10 11:29:28 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucas/serde_sjson#5
No description provided.