package
0.0.0-20240826130101-256bcdb5d6a2
Repository: https://github.com/3th1nk/easygo.git
Documentation: pkg.go.dev

# README

Json表达式验证器

  • 在某些情况下,允许 Golang 像弱类型语言、解释型语言那样,在不重新编译代码的情况下,仅通过修改配置数据中的 “Json 验证表达式”,即可灵活的实现逻辑控制。
  • 通过类似 json-path 语法,获取对应的值。

# Functions

创建一个表达式验证器。.

# Structs

No description provided by the author