
A "plain" JSON object may be passed to WpConf constructors. Previously, this would cause an error as open_and_load_sections expects the first parsed token to be a string. Use WpProperties to denote that the file being parsed is an object/container, and specify a section name for it. Signed-off-by: James Calligeros <jcalligeros99@gmail.com>