serialize_value


Description:

[ Version ( since = "2.4" ) ]
public static bool serialize_value (Value value, StringBuilder str, bool escaped)

This utility function appends a string representation of Value to str .

Parameters:

value

a Value.

str

a StringBuilder.

escaped

whether to escape string values.

Returns:

true if serialization succeeded, false otherwise.