parse
jaml
0.2.0
jaml
Function
parse
Copy item path
Source
pub fn parse(input: &
str
) ->
Result
<
Value
>
Expand description
Parse a JAML string into a
Value
.