Module
Module documentation.
moduleencoding.json
Classes
Classes and inheritance.
Functions
Free functions and class methods.
functionencoding.json::marshal_str_str
Signature
func marshal_str_str(m: collections.Map<String, String>) -> Stringfunc marshal_str_str(m: collections.Map<String, String>) -> String {
return encoding.marshal_str_str(m);
}@briefProvides the system library operation `marshal_str_str`.
@detailsExecutes the `marshal_str_str` system-library API. The documented parameters define the accepted inputs, ownership requirements, range limits, and timeout behavior for this call. Callers must check returned `ErrCode` values or boolean status values before using the result.
@param
- mMap, matcher, message, or numeric value consumed by this operation.
@returnReturns the operation result as `String`.
functionencoding.json::unmarshal_str_str
Signature
func unmarshal_str_str(s: String) -> collections.Map<String, String>func unmarshal_str_str(s: String) -> collections.Map<String, String> {
return encoding.unmarshal_str_str(s);
}@briefProvides the system library operation `unmarshal_str_str`.
@detailsExecutes the `unmarshal_str_str` system-library API. The documented parameters define the accepted inputs, ownership requirements, range limits, and timeout behavior for this call. Callers must check returned `ErrCode` values or boolean status values before using the result.
@param
- sInput string.
@returnReturns the operation result as `collections.Map<String, String>`.
Variables
Class fields (var).