Implemente parse json node having universal connector
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Ankitkumar Satapara
2026-04-22 21:21:00 +05:30
parent 132f6068b5
commit c8c556921f
7 changed files with 308 additions and 4 deletions

View File

@@ -38,6 +38,9 @@ namespace Nodify.Calculator.Models
public string AuthBaseUrl { get; set; } = string.Empty;
public string AuthType { get; set; } = string.Empty;
// Parse Json node properties
public string ParseJsonTargetType { get; set; } = string.Empty;
// Take node properties
public int NthIndex { get; set; }
public bool IsRandom { get; set; }