Ouxsoft/LivingMarkup

Arg type attribute

Closed this issue · 0 comments

Add optional type to args, otherwise use type jugging.


<arg type="int">1</arg>
<arg type="bool">FALSE</arg>
<arg type="string">Hi</arg>
<arg type="json">{1,2,3}</arg>
<arg type="array">[1=>'c',2=>'b',3=>'a']</arg>