Performed with: ``` find ./ -type f -name *.cpp -print0 | xargs -0 sed -i -e 's|catch (json|catch (const json|g' ```
* 🚚 move files * 🚚 rename doc folder to docs * 🚚 rename test folder to tests