Skip to content

Simplify or document string escaping #91

@ryan-summers

Description

@ryan-summers

There are some use case issues with understanding string escape sequences on the Python client for miniconf. Based on the user shell, a variety of escape sequences are required to properly format the JSON.

This is somewhat annoying and requires that the user have a firm understanding of string escape sequencing and JSON, which is non-ideal implementation details that the user shouldn't have to care about.

Simplify how the Python client interprets input data. Single string inputs likely shouldn't require any type of quotes, while JSON data may or may not have quotes internally.

https://forum.m-labs.hk/d/374-error-while-using-miniconf

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions