Skip to content

Adds a change to handle when it receives stringified json.#59

Open
nrodriguez wants to merge 1 commit intoryu1kn:masterfrom
nrodriguez:feat/add-handling-of-stringified-json
Open

Adds a change to handle when it receives stringified json.#59
nrodriguez wants to merge 1 commit intoryu1kn:masterfrom
nrodriguez:feat/add-handling-of-stringified-json

Conversation

@nrodriguez
Copy link
Copy Markdown

@nrodriguez nrodriguez commented Dec 4, 2020

Checks if the given field is a stringified JSON object. If it is then it does not change the field.

Fixes: #58

@coveralls
Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 106

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.5%) to 99.531%

Totals Coverage Status
Change from base Build 105: -0.5%
Covered Lines: 153
Relevant Lines: 153

💛 - Coveralls

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.

Stringified Objects are double quoted and non Stringified objects are output as [object Object]

2 participants