-
-
Notifications
You must be signed in to change notification settings - Fork 16
[Wikibase] Working with JSON dump
Chen edited this page Dec 28, 2017
·
4 revisions
In some cases, you might wish to import & analyze Wikibase entities from JSON. For example, if you are processing the JSON dump generated by extensions/Wikibase/repo/maintenance/dumpJson.php
, which is actually an array of serialized entities, now it is possible to do so with SerializableEntity
class.
[TBC]