Anonymous Coward has submitted this change and it was merged. Change subject: Add JSON class for better public access ......................................................................
Add JSON class for better public access This change introduces a JSON class as representation for a JSON object, this way it is possible to access a JSON object as an instance of that class and hereby allow either encoded or only serialized object No added functionality in this change. Change-Id: I129617d30025e91eb6d7172a5f6f6fd5c29320ca --- M includes/SMW_Setup.php M includes/queryprinters/SMW_QP_JSONlink.php M languages/SMW_Messages.php 3 files changed, 137 insertions(+), 77 deletions(-) -- To view, visit https://gerrit.wikimedia.org/r/16644 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I129617d30025e91eb6d7172a5f6f6fd5c29320ca Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/SemanticMediaWiki Gerrit-Branch: master Gerrit-Owner: Mwjames <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Yaron Koren <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
