-
Notifications
You must be signed in to change notification settings - Fork 4
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
yml support for configuration files #5
Comments
not yet requested by any user, close |
Considered useful by users, reopen |
davidemoro
changed the title
add yaml support for configuration files
yml support for configuration files
Apr 26, 2018
Feedback from users: deprecate json and use yaml. |
davidemoro
pushed a commit
that referenced
this issue
May 17, 2018
… yaml will be used and json will be no more supported. See #5
davidemoro
added a commit
that referenced
this issue
Jan 7, 2019
Merged in features branch, waiting for new 2.0.0 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yaml will become the preferred serialization format instead of json (perhaps the unique serialization format if we decide to drop the json format).
Pro:
{"property": $something}
is not parseable and no easy way to implement a validator, where for $something we could have1
,"a string"
,null
for example).property: $something
can be validatedCons:
play_json
fixture soft deprecation and fixture renameThe text was updated successfully, but these errors were encountered: