Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing support for pulling formatted ("beautified") Json #191

Open
alelom opened this issue Jun 17, 2024 · 0 comments
Open

Missing support for pulling formatted ("beautified") Json #191

alelom opened this issue Jun 17, 2024 · 0 comments
Labels
type:bug Error or unexpected behaviour type:feature New capability or enhancement

Comments

@alelom
Copy link
Member

alelom commented Jun 17, 2024

Description:

Json that is entirely formatted (beautified) or partly formatted is not read correctly by the Serialized, and therefore the File adapter fails the Pull. This only worked a long time ago so it could be considered a "new feature" or a bug depending on how you want to see it.

Steps to reproduce:

Try Pulling the following json file:

objects_beautified.json

This used to work at this stage but has been considered an "extra" for a long time so it was not retained as a working feature following later changes.

Expected behaviour:

Much of this is to do with how our Serializer work and if it supports formatted text. Standard Newtonsoft does, but I always had trouble with ours.

Test file(s):

@alelom alelom added type:bug Error or unexpected behaviour type:feature New capability or enhancement labels Jun 17, 2024
@alelom alelom mentioned this issue Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant