diff options
Diffstat (limited to 'lib/public/json.php')
-rw-r--r-- | lib/public/json.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/public/json.php b/lib/public/json.php index 7fc6a0b01d4..439721ac6ce 100644 --- a/lib/public/json.php +++ b/lib/public/json.php @@ -30,6 +30,9 @@ // This means that they should be used by apps instead of the internal ownCloud classes namespace OCP; +/** + * This class provides convinient functions to generate and send JSON data. Usefull for Ajax calls + */ class JSON { |