Jsonerator

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2023 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Overview

Jsonerator.GetKeyVals("{\"$implementationId\":\"deviceConfiguration--hardenedUncPathEnabled\",\"hardenedUncPaths\":[{\"serverPath\":\"\\\\\\\\*\\\\SYSVOL\",\"securityFlags\":[\"requireMutualAuthentication\",\"requireIntegrity\"]},{\"serverPath\":\"\\\\\\\\*\\\\NETLOGON\",\"securityFlags\":[\"requireMutualAuthentication\",\"requireIntegrity\"]}]}")

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lexer

type Lexer struct {
	Posit     int
	PrevState string
	State     string
}

type Token

type Token struct {
	Key       string
	Value     string
	ValueToke *Token
	Posit     int
}

type Tokens

type Tokens struct {
	Tokens []Token
}

func GetKeyVals

func GetKeyVals(data string) Tokens

Jump to

Keyboard shortcuts

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