-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
Can we have some way to preserve the format of lists?
Original:
syllabus_ids: [1, 2, 3, 4]
After deserialise, serialised:
syllabus_ids:
- 1
- 2
- 3
- 4
I'm happy with the default being the latter, but if the original was in the former, I like to maintain it.
p.s. Any chanse of enableing Discussion so I dont have to create a n issue for something that may not be an issue.
Metadata
Metadata
Assignees
Labels
No labels