Skip to content

Properties are not serialized in "order" #130

Closed
@antmendoza

Description

@antmendoza

What would you like to be added:
Would be nice to have a way to define the order in witch are serialized the properties.

For example, for eventstate, type and exclusive properties are always printed in first place:

    "states": [
        {
          "type": "event",
          "exclusive": true,
          "name": "StoreCarAuctionBid",
          "onEvents": [
.....    
]

Instead should be:

    "states": [
        {
          "name": "StoreCarAuctionBid",
          "type": "event",
          "exclusive": true,
          "onEvents": [
.....    
]

Why is this needed:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions