microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

[Feature] Add permutations over JSON schema "object" type #17

Open janechu opened 4 years ago

janechu commented 4 years ago

Abstract

The permutator is a C program compiled to WASM that creates permutations based on JSON schema. It should create permutations based on the "object" type.

Requirements