jsoniter

package
v0.48.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JSON = xjsoniter.Config{
	EscapeHTML:    true,
	CaseSensitive: true,
}.Froze()

JSON is a configured jsoniter object.

  • EscapeHTML: true
  • CaseSensitive: true
View Source
var JSONIgnoreCase = xjsoniter.Config{
	EscapeHTML:    true,
	CaseSensitive: false,
}.Froze()

JSONIgnoreCase is a configured jsoniter object.

  • EscapeHTML: true
  • CaseSensitive: false

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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