Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Support partially JSON expression #28

Open
nissy-dev opened this issue Jan 3, 2020 · 0 comments
Open

Support partially JSON expression #28

nissy-dev opened this issue Jan 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@nissy-dev
Copy link
Owner

nissy-dev commented Jan 3, 2020

At present, I decided not to support partially JSON expression like below in #27.

Partially JSON expressions such as [notValid, {isValid:true}] ensuring {isValid:true} is transformed.

const data = { bar: invalid_object, foo: 'foo' }
↓
const data = { bar: invalid_object, JSON.parse('{"foo": "foo"}')}

Does anyone need this feature?
If you need this feature, please comment on this issue with your detail 🙇.

@nissy-dev nissy-dev added the enhancement New feature or request label Jan 3, 2020
@nissy-dev nissy-dev changed the title Partially JSON expression Support partially JSON expression Jan 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant