豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 504 Bytes

File metadata and controls

5 lines (5 loc) · 504 Bytes

Features

  • Output Builder: Many projects want a different parsing result. Some wants to group the attributes, some wants to skip an attribute or tag, some wants index number with each property, and some wants to group some properties in array. So FXP v6 come up with 3 output builders. User can customize their behavior and use their own custom builder too.
  • You can control the sequence of value parsing for a tag or attribute
  • You can pass a string or bytes array as input.
  • many to be listed