Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Support for JSON5 #23

Open
gregsdennis opened this issue Jul 9, 2016 · 4 comments
Open

Support for JSON5 #23

gregsdennis opened this issue Jul 9, 2016 · 4 comments
Assignees
Labels
feature Something new.

Comments

@gregsdennis
Copy link
Owner

This would include support for things like BSON and comments.

Ideally, I'd like to update the parser system to allow for injection of sub-parsers from external code. This would mean that the additional parsers could live in a secondary library, leaving Manatee.Json to implement "pure" JSON.

@gregsdennis
Copy link
Owner Author

Will need to support some sort of analog to WPF's attached properties to store the non-standard information contained in the JSON. Otherwise, converting back to a string will not result in the same string as the input.

@gregsdennis gregsdennis added the feature Something new. label Jul 11, 2016
@gregsdennis
Copy link
Owner Author

See nonstandard branch.

@gregsdennis
Copy link
Owner Author

Having difficulties with new parsing logic and trying to implement a comment parser. Identifying the comments is easy, but I'm having to rewrite some of the existing logic to support it, and supporting comments anywhere (e.g. before key, after key, after colon, after value) is proving difficult.

@gregsdennis gregsdennis self-assigned this Sep 13, 2016
@gregsdennis gregsdennis changed the title Support for non-standard JSON Support for JSON5 Mar 12, 2018
@gregsdennis
Copy link
Owner Author

gregsdennis commented Mar 12, 2018

I think it would be better to simply support JSON5. Still want to do this in a separate library, sort of as a plug-in.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Something new.
Projects
None yet
Development

No branches or pull requests

1 participant