9 using namespace json_spirit;
11 #ifdef JSON_SPIRIT_VALUE_ENABLED
32 bool json_spirit::read( std::string::const_iterator& begin, std::string::const_iterator end, Value& value )
43 #if defined( JSON_SPIRIT_WVALUE_ENABLED ) && !defined( BOOST_NO_STD_WSTRING )
64 bool json_spirit::read( std::wstring::const_iterator& begin, std::wstring::const_iterator end, wValue& value )
75 #ifdef JSON_SPIRIT_MVALUE_ENABLED
107 #if defined( JSON_SPIRIT_WMVALUE_ENABLED ) && !defined( BOOST_NO_STD_WSTRING )
128 bool json_spirit::read( std::wstring::const_iterator& begin, std::wstring::const_iterator end, wmValue& value )