feat: add Pack and FromStrings features
Add two new features for JSON manipulation:
- Pack: create JSON with format string and values
- FromStrings: create JSON from string arrays
Implementation includes:
- Add Pack function for format string parsing
- Add FromStrings methods for Object and Array
- Add test cases in yyjson_test.sp
- Add usage examples in README.md