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

Section 4.2 Type Safety -- Serializing NodeSet files to JSON? #9

Open
matthewGEA opened this issue Nov 12, 2024 · 0 comments
Open

Section 4.2 Type Safety -- Serializing NodeSet files to JSON? #9

matthewGEA opened this issue Nov 12, 2024 · 0 comments

Comments

@matthewGEA
Copy link

4.2.2 requires complex types that are serializable to JSON format. Also, it requires importing OPC UA nodeset files (XML) format. Does there already exist a full translation from Part 5 Nodeset XML to JSON?

If a Nodeset->JSON conversion already exists, then modifying the import requirement to only the JSON flavor would simplify application design.

If a Nodeset -> JSON conversion does not already exist, then the number of incompatibilities between Part 5 structures and JSON is undetermined and a considerable risk.

At a minimum, I suggest copying the items from Part 5 to filter for those that MUST be supported by this standard so any updates to Part 5 can be reviewed for applicability before support is required by this API.

https://reference.opcfoundation.org/Core/Part5/v105/docs/

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

1 participant