Skip to content

Conversation

@brandtnewton
Copy link
Collaborator

@brandtnewton brandtnewton commented Jan 15, 2026

adds a new SMT for flattening a wrapped array. This is not feasible with the default SMTs.

Example:

{
...
  "products": {
     "list": [
        {
            "element": {
                 "name": "ball",
                 "quantity": 2
            }
        }
     ]
  }
}

to

{
...
  "products":  [
     {
         "name": "ball",
         "quantity": 
     }
  ]
}

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

Successfully merging this pull request may close these issues.

1 participant