RicoSuter/NJsonSchema
Question regarding the current path of JsonProperty
オープン
#200 opened on 2016/09/19
help wantedtype: enhancement
Repository metrics
- Stars
- (1,581 個のスター)
- PR merge metrics
- (平均マージ 39d 6h) (30d で 1 merged PR)
説明
Hi guys,
Just want to know why there's no out of the box property to know the current path of a JsonProperty in the schema. I guess there's a specific reason but I recursively loop into my schema to generate my json which is dynamic all the time. I see 2 options. Use the ParentSchema property or passing my current path in my recursive method.
Any other ways to deal with? Thanks in advance Mathieu