1
Fork 0

Failing to deserialize an array value #1

Closed
opened 2023-02-18 16:46:13 +01:00 by lucas · 1 comment
Owner

SJSON:

name = "test-mod"
description = "A dummy project to test things with"
version = "0.1.0"

packages = [
    "packages/test-mod"
]

Error:

expected a value at line 5 column 13
SJSON: ```sjson name = "test-mod" description = "A dummy project to test things with" version = "0.1.0" packages = [ "packages/test-mod" ] ``` Error: ``` expected a value at line 5 column 13 ```
lucas added the
kind/bug
part/deserialize
labels 2023-02-18 16:46:13 +01:00
Author
Owner

The parser provides the expected tokens, so this seems to originate in de-serialization.

The parser provides the expected tokens, so this seems to originate in de-serialization.
lucas closed this issue 2023-02-18 18:37:53 +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#1
No description provided.