stringListWrapper element
Type: | stringListWrapper |
Example XML
<?xml version="1.0" encoding="UTF-8"?> <stringListWrapper> <strings>...</strings> <strings>...</strings> <!--...more "strings" elements...--> </stringListWrapper>
Example JSON
{ "strings" : [ "...", ... ] }