native

json_setting_remove_key

Syntax

native bool:json_setting_remove_key(const file_name_path[], const section[], const key[]);

Description

Remove the key from section

Parameters

file_name_path .json file path
section section name
key key to remove

Return

true if the section and key was found and removed, false otherwise