Skip to content

Release 1.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 13:02

feat: add Pack and FromStrings features

Add two new features for JSON manipulation:

  1. Pack: create JSON with format string and values
  2. 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