addStringsToCollection(arrays, arrayElements);
addStringsToCollection(nonStrings, nonStringElements);
addStringsToCollection(attrAsElems, attrAsElements);
final MappedBuilder configBuilder = JSONConfiguration.mapped().rootUnwrapping(stripRoot);
for (String array : arrayElements) {
configBuilder.arrays(array);
}
for (String nonString : nonStringElements) {
configBuilder.nonStrings(nonString);
}
for (String attrAsElem : attrAsElements) {