```
#ifndef __APPLE__
static const size_t maxParsingDepth = 128;
#else
static const size_t maxParsingDepth = 32;
#endif
```
#ifndef __APPLE__
static const size_t maxParsingDepth = 128;
#else
static const size_t maxParsingDepth = 32;
#endif
```