LionWeb-io / lionweb-typescript

Implements (select parts of) the LionWeb specification, and tooling around that - all in TypeScript.
Apache License 2.0
10 stars 4 forks source link

Compare and unify JSON serialization types #107

Open joswarmer opened 7 months ago

joswarmer commented 7 months ago

Both in the validation package and in the core package, there are type definitions for the JSON serialisation format. They should be reconciled. We might want to define a separate package for these types, as they are used in validation and in core. And if we move the LionWeb diff from validation to a separate package, it will be used by this package as well.

dslmeinte commented 2 months ago

I think that we need a separate package just for types and (specific, low-level) functions around the serialization format as well.