gjsonqUtil

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(jsonq *gojsonq.JSONQ, findR string) (bool, error)

Bool 함수는 JSONQ와 findPath를 받아서 bool로 변환한 값을 에러를 반환합니다. 내부에서 jsonq.Reset() 메소드를 호출하므로 전달된 JSONQ를 재사용할 수 있습니다.

func Float64

func Float64(jsonq *gojsonq.JSONQ, findR string) (float64, error)

Float64 함수는 JSONQ와 findPath를 받아서 float64 변환한 값을 에러를 반환합니다. 내부에서 jsonq.Reset() 메소드를 호출하므로 전달된 JSONQ를 재사용할 수 있습니다.

func Int

func Int(jsonq *gojsonq.JSONQ, findR string) (int, error)

Int 함수는 JSONQ와 findPath를 받아서 int 변환한 값을 에러를 반환합니다. 내부에서 jsonq.Reset() 메소드를 호출하므로 전달된 JSONQ를 재사용할 수 있습니다.

func String

func String(jsonq *gojsonq.JSONQ, findR string) (string, error)

String 함수는 JSONQ와 findPath를 받아서 string 변환한 값을 에러를 반환합니다. 내부에서 jsonq.Reset() 메소드를 호출하므로 전달된 JSONQ를 재사용할 수 있습니다.

Types

This section is empty.

Jump to

Keyboard shortcuts

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