Dmitry,
I noticed, JSR 374 API also has a Java 9 Module-Info:
Is it already used e.g. via a special profile, or it is just for information purposes?
And what's the reason for calling it "java.json" rather than "javax.json"?
I saw, that even package names introduced by former JSRs like "javax.activation" turned into module names like "java.activation.common", so is there a guideline by Oracle/JDK team to just call them "java" regardless if they are part of the JDK or extensions?
Does JSR 374 using a module name like "java.json" mean, this JEP is dead and will never be revived? Otherwise there could be a clash over a module name like "java.json" in the future;-)
Cheers,
Werner