Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

New Pretty printing feature #3

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

linuxras
Copy link

Hi Nicholas,

First I would like to say thanks for making this program it was almost perfect for my needs.

I have however added a couple of features so it can do pretty prinnting
{
"var":"value",
"var2":"value2",
"vararray": [
'val1',
...
]
}
vs
{ "var":"value", "var2":"value2", "vararray": [ 'val1','etc...']}

The second is to be able to disable the unicode escaping of HTML entities such as <>

I have marked this version 0.1.1

Please accept these changes.

Thanks!!!

@nzakas
Copy link
Owner

nzakas commented Dec 31, 2012

Thanks for the pull request. Can you please add some tests to check your new functionality?

@linuxras
Copy link
Author

Hi Nicholas,
I have added some unit testing for the new features as requested.

gyachuk and others added 2 commits November 19, 2013 15:33
Replace "." with underscore in key names.
Override Properties to keep keys in the same order as in the source
file.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants