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
Create a new repo to hold "incubating" modules that aren't mature enough to include in the 1.0 release.
Right now, this includes:
codec-json
transport-https
transport-websocket
The quality of codec-json is good enough but I'm not sure I want to commit to the strictly using the JSON representation defined by the OPC UA JSON encoding. I think there are probably better ways to represent things like Unions and OptionSets, and even built-in types like ByteString and a few others if you're trying to use JSON to represent runtime/dynamic types in your application.
The text was updated successfully, but these errors were encountered:
Create a new repo to hold "incubating" modules that aren't mature enough to include in the 1.0 release.
Right now, this includes:
codec-json
transport-https
transport-websocket
The quality of
codec-json
is good enough but I'm not sure I want to commit to the strictly using the JSON representation defined by the OPC UA JSON encoding. I think there are probably better ways to represent things like Unions and OptionSets, and even built-in types like ByteString and a few others if you're trying to use JSON to represent runtime/dynamic types in your application.The text was updated successfully, but these errors were encountered: