* <!-- end-user-doc -->
* @generated
*/
public static JsonFactory init() {
try {
JsonFactory theJsonFactory = (JsonFactory)EPackage.Registry.INSTANCE.getEFactory("http://telehash.org/json/2010");
if (theJsonFactory != null) {
return theJsonFactory;
}
}
catch (Exception exception) {