RulEx.Encoding.Json (RulEx v1.0.0) View Source

Link to this section Summary

Functions

Default implementation for RulEx.Encoding.decode/1.

Default implementation for RulEx.Encoding.decode!/1.

Default implementation for RulEx.Encoding.encode/1.

Default implementation for RulEx.Encoding.encode!/1.

Link to this section Functions

Link to this function

decode(maybe_encoded_expr)

View Source

Default implementation for RulEx.Encoding.decode/1.

Further more, this will return an error if the provided expression is not a valid RulEx expression.

Link to this function

decode!(maybe_encoded_expr)

View Source

Default implementation for RulEx.Encoding.decode!/1.

Further more, this will return an error if the provided expression is not a valid RulEx expression.

Default implementation for RulEx.Encoding.encode/1.

Further more, this will return an error if the provided expression is not a valid RulEx expression.

Default implementation for RulEx.Encoding.encode!/1.

Further more, this will return an error if the provided expression is not a valid RulEx expression.