I was interested in this for a while, and I can not find a clear answer. You see, the standard Java API is really big, and it includes many different libraries and classes for use in GUI design to send data over the Internet to basic things like sending a string to the console.
It also includes things like reading MIDI, generating safe random strings, things that seem really specific. But at the same time, there seems to be no standard JSON libraries available, while JSON is a universal way to send data between systems.
So what I want to know is: when is something added to the Java API? What does it take to add something to the API?
source
share