pystache icon indicating copy to clipboard operation
pystache copied to clipboard

How to get required/optional fields?

Open patarapolw opened this issue 6 years ago • 1 comments

For example u"Hey {{#who}}{{is}}!{{/who}}"

Should return

{
    "required": [],
    "optional": ["who", "is", "who.is"]
}

patarapolw avatar Jun 21 '19 09:06 patarapolw

For example u"Hey {{#who}}{{is}}!{{/who}}"

Should return

{ "required": [], "optional": ["who", "is", "who.is"] } **How can do for next step?

wphakawan avatar Apr 30 '20 12:04 wphakawan