play-json-extensions icon indicating copy to clipboard operation
play-json-extensions copied to clipboard

better error message when using formatSealed on case objects but missing imports

Open cvogt opened this issue 8 years ago • 1 comments

needs these imports, but doesn't say so:

import SingletonEncoder.simpleName // required for formatSingleton import org.cvogt.play.json.implicits.formatSingleton // required if trait has object children

cvogt avatar Oct 09 '15 16:10 cvogt

also should probably be import org.cvogt.play.json.SingletonEncoder.simpleName // required for formatSingleton import org.cvogt.play.json.implicits.formatSingleton // required if trait has object children

here and in docs

cvogt avatar Oct 09 '15 16:10 cvogt