You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: