$a содержится json ?
Пользую posh 5.1
Хотел что-то менее громоздкое. к тому же неделю назад находил интересный вариант проверки, Но как обычно , когда упражняешься на бревне, нет такой привычки сохранять скрипт :) Свет моргнул и все ...
Вынеси в функцию
так и сделаю
Как вариант, делайте какую-то лёгкую проверку, что-то вроде if ($Json.StartsWith("{") -and $Json.EndsWith("}")) {...}
{ // Single line comment # This too /* Block comments */ unquoted: 'and you can quote me on that', singleQuotes: 'I can use "double quotes" here', lineBreaks: "Look, Mom! \ No \\n's!", tripleQuotes: ''' for the win! ''', hexadecimal: 0xdec13a7, leadingDecimalPoint: .8675309, andTrailing: 8675309., positiveSign: +1, infinity: -Infinity, and: NaN, trailing: {comma: 'in objects',}, andIn: ['arrays',], orSomethingCrazier: like these // => "like these" noEscapeNeeded: \w+ // => "\\w+" multipleCommas: ["first",,,, "second", {"third": 3,,,, secondKeyOfThird: 4}] noCommaBetweenEntries: [and 'unquoted-strings'] // => ["and", "unquoted-strings"] }
Обсуждают сегодня