Skip to content
sanchojaf edited this page Oct 12, 2014 · 2 revisions

Suppose that you want export all the product objects with a pretty JSON format.

  1. In the navigation sidebar click in Product.

  2. In the product list select export.

  3. Select the options Export like Json.

  4. the file download look like

hub~product_2014-10-12_08h56m45.json

Then in Unix for Pretty-printing JSON you can use

cat hub~product_2014-10-12_08h56m45.json | python -m json.tool > formatted.json
Clone this wiki locally