We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option to add last modified timestamp for each object.
{ "user": [ { "id": 1, "name": "James", "age": 40, "location": "NY", "work": { "name": "ACME", "location": "NY" }, "_last_modified": "2017-10-14T09:45:10" }, { "id": 2, "name": "Phil", "age": 25, "location": "London", "work": { "name": "Box Company", "location": "London" }, "_last_modified": "2017-10-15T12:12:12" }
Typed models need to have property defined
public DateTime _last_modified { get; set; }
Feature branch: https://github.com/ttu/json-flatfile-datastore/tree/add-last-modified
The text was updated successfully, but these errors were encountered:
ttu
No branches or pull requests
Option to add last modified timestamp for each object.
Typed models need to have property defined
Feature branch: https://github.com/ttu/json-flatfile-datastore/tree/add-last-modified
The text was updated successfully, but these errors were encountered: