Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I hope it could support .js file as well. #22

Open
dotku opened this issue Apr 4, 2018 · 0 comments
Open

I hope it could support .js file as well. #22

dotku opened this issue Apr 4, 2018 · 0 comments

Comments

@dotku
Copy link

dotku commented Apr 4, 2018

eg, there is file with content

export default {
	"step": 100,
	"currentTime": 0,
}

we can also sort it to

{
  "currentTime": 0,
  "step": 100,
}

as an json file

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

No branches or pull requests

2 participants