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

JSON reader fails on rootless JSON instances #3

Open
joshualubell opened this issue Sep 30, 2022 · 2 comments
Open

JSON reader fails on rootless JSON instances #3

joshualubell opened this issue Sep 30, 2022 · 2 comments

Comments

@joshualubell
Copy link
Member

For example, an OLIR derived relationship mapping report.
derived-relationship-mapping.zip

@wendellpiez
Copy link
Collaborator

Yes, no kidding there's much it doesn't do. Thanks for trying @joshualubell !

I guess this demo is going to require more definition to complete. There are several options. Covering the full range of possible JSON inputs (in some way) is probably a good idea in any case.

How should a rootless JSON instance look? (What happens under a reference implementation of XPath 3.0 json-to-xml()?) This would give us a development target.

With respect to project definition, what will make the demo, as demo, serve better? Completeness and some level of assurance of completeness? Unit testing the Javascript function that produces XML for further consumption? Extending that function to provide cleaner exception handling?

Related to this issue is what should happen when something is loaded that does not parse as JSON.

@joshualubell
Copy link
Member Author

joshualubell commented Oct 4, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants