pyqode.json.widgets package

Module contents

This package contains the JSON code edit widget

Classes

JSONCodeEdit

class pyqode.json.widgets.JSONCodeEdit(parent=None, server_script='/home/colin/Desktop/pyqode/core/pyqode/core/backend/server.pyc', interpreter='/usr/bin/python2', args=None, create_default_actions=True, color_scheme='qt')

Bases: pyqode.core.api.code_edit.CodeEdit

Pre-configured JSON code editor widgets that provides a better support for JSON than pyqode.core.widgets.GenericCodeEdit.

clone()
mimetypes = ['application/json']

list of supported mime-types

setPlainText(txt, mime_type='application/json', encoding='utf-8')

Table Of Contents

Previous topic

pyqode.json.panels package

Next topic

Examples