Skip to content

Conversation

@ezequielramos
Copy link

@ezequielramos ezequielramos commented Dec 6, 2021

By the definition of python json loads method:

"""
        If ``strict`` is false (true is the default), then control
        characters will be allowed inside strings.  Control characters in
        this context are those with character codes in the 0-31 range,
        including ``'\\t'`` (tab), ``'\\n'``, ``'\\r'`` and ``'\\0'``.
"""

By some reason, the OCI NoSQL Tables that I'm interacting with has those types of characters registered. So the only way I can get access to it is by using this parameter as False.

Associated issue #404

@waruwaruwaru
Copy link

Closing this due to #404
Thank you for contributing to OCI Python SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants