Open mashfaqu opened 3 years ago
Hi @mashfaqu - did you resolve the issue? Apologies, I haven't had time to try and re-produce yet.
@dioxic , unfortunately no. I am using this https://dioxic.github.io/mgenerate4j/placeholders/ document to reference the placeholders in the json.
{ "firstName": "$first", "lastName": "$last", "fullName": "${firstName} ${lastName}", "country": "$country" }
But this does not seem to work and raises a class cast exception that I pointed in my previous comment.
template1.json
I am using mgenerate-core 0.0.7 with java 11
have I missed anything here?