Skip to content

Wrong character encoding for UTF-8 #59

@luprochazka-cen63872

Description

@luprochazka-cen63872

Function convert_json_to_string returns wrong encoding if you use UTF-8. I have workaround:

` @staticmethod
def convert_json_to_string(json_object):
"""Convert JSON object to string

    Arguments:
        - json_object: json as a dictionary object.

    Return new json_string

    Examples:
    | ${json_str}=  |  Convert JSON To String | ${json_obj} |
    """
    return json.dumps(json_object, **ensure_ascii=False**)`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions