Not to nitpick, but JSON is just a data format. (Like XML, .ini, YML, etc) It's just cleaner, more "standardized", and typically faster to parse and write.
Last I checked, unless you plan to modify ForgeMultipart stuff directly, you don't need to deal with Scala at all. The JVM will do any...