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
Hey mate :)
I just had a very simple idea/request. Could you extend mechanoid to provide a default toString implementation that returns for example the following:
RecipeRecord { id = 1; title = "title"; ingredients { ingredient1 = salt; ... } .... }
Or simply make toString spit out the key-value pairs in JSON format :) This would be very useful for debugging purposes (but not limited to this).
Cheers mate, George
The text was updated successfully, but these errors were encountered:
Hey it is possible yes can take a look when I get a a chance
On 4 Mar 2014 00:55, mrjbg [email protected] wrote: Hey mate :)
Reply to this email directly or view it on GitHub: #227
Sorry, something went wrong.
No branches or pull requests
Hey mate :)
I just had a very simple idea/request. Could you extend mechanoid to provide a default toString implementation that returns for example the following:
RecipeRecord {
id = 1;
title = "title";
ingredients {
ingredient1 = salt;
...
}
....
}
Or simply make toString spit out the key-value pairs in JSON format :) This would be very useful for debugging purposes (but not limited to this).
Cheers mate,
George
The text was updated successfully, but these errors were encountered: