json

package
v0.0.0-...-d18bf32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2014 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Overview

This file was generated, and shouldn't be manually changed

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JSON

type JSON struct {
	ParserData  Reader
	IgnoreRange text.Region
	Root        Node
	LastError   int
}

func (*JSON) Array

func (p *JSON) Array() bool

func (*JSON) BlockComment

func (p *JSON) BlockComment() bool

func (*JSON) Boolean

func (p *JSON) Boolean() bool

func (*JSON) Comment

func (p *JSON) Comment() bool

func (*JSON) Data

func (p *JSON) Data(start, end int) string

func (*JSON) Dictionary

func (p *JSON) Dictionary() bool

func (*JSON) EndOfFile

func (p *JSON) EndOfFile() bool

func (*JSON) Error

func (p *JSON) Error() Error

func (*JSON) Float

func (p *JSON) Float() bool

func (*JSON) Integer

func (p *JSON) Integer() bool

func (*JSON) JsonFile

func (p *JSON) JsonFile() bool

func (*JSON) JunkComma

func (p *JSON) JunkComma() bool

func (*JSON) KeyValuePair

func (p *JSON) KeyValuePair() bool

func (*JSON) KeyValuePairs

func (p *JSON) KeyValuePairs() bool

func (*JSON) LineComment

func (p *JSON) LineComment() bool

func (*JSON) Null

func (p *JSON) Null() bool

func (*JSON) Parse

func (p *JSON) Parse(data string) bool

func (*JSON) QuotedText

func (p *JSON) QuotedText() bool

func (*JSON) RootNode

func (p *JSON) RootNode() *Node

func (*JSON) SetData

func (p *JSON) SetData(data string)

func (*JSON) Spacing

func (p *JSON) Spacing() bool

func (*JSON) Text

func (p *JSON) Text() bool

func (*JSON) Value

func (p *JSON) Value() bool

func (*JSON) Values

func (p *JSON) Values() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL