Versions in this module Expand all Collapse all v0 v0.0.1 Sep 3, 2024 Changes in this version + func IsStar(obj oj.OJsonObject) bool + type Parser struct + ExprInterpreter ei.ExprInterpreter + func NewParser(fileResolver fr.FileResolver) Parser + func (p *Parser) ParseScenarioFile(jsonString []byte) (*mj.Scenario, error) + func (p *Parser) ParseScenarioStep(jsonSnippet string) (mj.Step, error) + func (p *Parser) ParseTestFile(jsonString []byte) ([]*mj.Test, error)