Bug 709403 - Part 0: Add getString to ExtendedJSONObject. r=nalexander
This commit is contained in:
@@ -127,6 +127,9 @@ public class ExtendedJSONObject {
|
||||
public Long getLong(String key) {
|
||||
return (Long) this.get(key);
|
||||
}
|
||||
public String getString(String key) {
|
||||
return (String) this.get(key);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a server timestamp value as milliseconds since epoch.
|
||||
|
||||
Reference in New Issue
Block a user