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 was archived by the owner on Feb 18, 2025. It is now read-only.
I'm currently using your LPP serialization format in one of my applications. I like the general approach. However, do I understand it correctly that LPP is currently only defined for the data types listed here?
There are more object types and resources available in the IPSO docs, but the data types are not really specified.
To get support for new data types (e.g. distance), would you accept pull requests with suggestions?
Also, is the format versioned? Right now, if you would add new data formats, I wouldn't know if a library that claims to support the LPP format supports those new types or not.