native

json_setting_remove_section

Syntax

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

Description

Removes the section and all its keys

Parameters

file_name_path .json file path
section section name

Return

true if the section was found and removed, false otherwise