Neverlose
  • Welcome
  • Official Website
  • Useful information
    • 📲Quick start
    • â›Šī¸Common knowledge
    • 🧠Examples
      • âš™ī¸Materials
      • âš™ī¸Color
      • âš™ī¸Vector
      • âš™ī¸ESP
      • âš™ī¸ConVars
      • âš™ī¸UI
  • Documentation
    • 📓Events
    • âš™ī¸Variables
      • 🌎_G
      • đŸ—„ī¸bit
      • 🌈color
      • ⌚common
      • 🎲cvar
      • 💾db
      • 👾entity
      • 👩‍đŸ’ģesp
      • đŸ—ŗī¸events
      • 📂files
      • 📎globals
      • 🔓json
      • ✨materials
      • đŸ”ĸmath
      • đŸ’ģui
      • â˜ī¸network
      • 🌃panorama
      • đŸ’ĸrage
      • 🎨render
      • 🧰utils
      • 📍vector
Powered by GitBook
On this page
  • Functions:
  • parse
  • stringify
  1. Documentation
  2. Variables

json

Functions:

parse

json.parse(json_text: string): any

Argument
Type
Description

json_text

string

UTF-8 JSON text

Will deserialize any UTF-8 JSON string into a Lua value or table.

stringify

json.stringify(value: any): string

Argument
Type
Description

value

any

A lua boolean, number, string, table or nil

Will serialize a Lua value into a string containing the JSON representation.

PreviousglobalsNextmaterials

Last updated 2 years ago

âš™ī¸
🔓