bumps version, publicizes method
This commit is contained in:
@@ -120,7 +120,7 @@ namespace Umbraco.Core
|
||||
/// </summary>
|
||||
/// <param name="input"></param>
|
||||
/// <returns></returns>
|
||||
internal static bool DetectIsJson(this string input)
|
||||
public static bool DetectIsJson(this string input)
|
||||
{
|
||||
input = input.Trim();
|
||||
return (input.StartsWith("{") && input.EndsWith("}"))
|
||||
|
||||
Reference in New Issue
Block a user