org.json.JSONNull Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javapns-jdk16 Show documentation
Show all versions of javapns-jdk16 Show documentation
Library to send notifications using APNS
package org.json;
public class JSONNull implements JSONRawValue {
@Override
public String toString() {
return "null";
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy