SimplifyNet / Simplify.Web.Postman

Postman collection and environment generation extension for Simplify.Web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate request bodies for list/array properties

i4004 opened this issue · comments

Example on Prop2:

{
  "Prop1": null,
  "Prop2": [
      {
          "Prop3": null
      }]  
}