native

json_setting_set_string

Syntax

native bool:json_setting_set_string(const file_name_path[], const section[], const key[], buffer[], const bool:replace = false, const bool:check_type = true);

Description

Defines an string value for key

Parameters

file_name_path .json file path
section section name
key key name
buffer string value for key
replace true to always replace the key value
check_type false to not check if the value is string

Return

true if the key was added or replaced successfully, false otherwise